IRMLDataStruct

Summary

RML data structure containing members. A class implementing this should contain members with the [RMLDataVariableAttribute] attribute.

Definition

Namespace: SDT4.Managed.UI.RML.Data
Assembly: SDT4.Managed.UI.dll

interface IRMLDataStruct
Implements:

IRMLData

Fields

Name Type Description

Properties

Name Type Description

Methods

public Void MemberSetEvent(String memberName)

Summary: Called when the data model updates the variable with name memberName directly. This is NOT called when a member has its variable updated.

Parameters: