IRMLDataScalar
Summary
A scalar data variable, that manages untyped variables.
Definition
Namespace: SDT4.Managed.UI.RML.Data
Assembly: SDT4.Managed.UI.dll
interface IRMLDataScalar
Implements:
IRMLData
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
Methods
public RMLVariant Get()
Summary
Called by the DOM when the value is accessed.
Returns:
- RMLVariant: Value that can be read in the DOM. Return
if this should not be accessed..Empty
public Void Set(RMLVariant data)
Summary
Called by the DOM when the value has been modified (e.g. a checkbox has been checked)
Parameters:
data(RMLVariant):