RMLDataModel

Summary

Definition

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

abstract class RMLDataModel
Inheritance:

ObjectRMLDataModel

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 is null, then the entire model is assumed dirty

Parameters: