RMLDataModel
Summary
Definition
Namespace: SDT4.Managed.UI.RML.Data
Assembly: SDT4.Managed.UI.dll
abstract class RMLDataModel
Inheritance:
Object ➔ RMLDataModel
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; Canvas |
RMLCanvas |
Methods
protected abstract Void InitEvent()
Summary: Called when RmlUi constructs the data model
public Void FlagDirty(String? variable)
Summary:
Marks the data model as dirty to rebuild (part of) the DOM.
If the variable is null, then the entire model is assumed dirty
Parameters:
variable(String?): Valid name of the variable to specify, or null