StateAttributeAttributeType Enumeration

The state attribute type enumeration.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public enum AttributeType

Members

StateAction 0 State Action behavior.
StatePreConditions 1 State PreCondition check.
StatePostConditions 2 State PostCondition check.

See Also