Click or drag to resize

ChangeMode Enumeration

Enumeration defining possible ChangeMode values of the ChangeMode Attribute

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public enum ChangeMode
Members
Member nameValueDescription
State0 corresponds to attribute value 'state'
Create1 corresponds to attribute value 'create'
Delete2 corresponds to attribute value 'delete'
Change3 corresponds to attribute value 'change'
Undefined4 corresponds to a null attribute value
See Also