MFStateTransitionAttribute Class

Workflow State Transition.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class MFStateTransitionAttribute : VaultElementReferenceAttribute
Inheritance
Object    Attribute    VaultElementReferenceAttribute    MFStateTransitionAttribute

Constructors

Properties

AllowEmpty Is it allowed for this item to be unset, empty or null. Default is false.
(Inherited from VaultElementReferenceAttribute)
AttributeType Type of the target, used in id resolving.
(Inherited from VaultElementReferenceAttribute)
FromState Reference to the From state. Workflow must be known for this to be validated.
RefMember Name of the class member containing the reference alias/guid/id of the type. Has a default value. If object with the attribute is not class, this value is ignored.
(Inherited from VaultElementReferenceAttribute)
Required Is the reference absolute requirement, default is true.
(Inherited from VaultElementReferenceAttribute)
ToState Reference to the To state. Workflow must be known for this to be validated.
Validate Should the reference be validated. Default is true.
(Inherited from VaultElementReferenceAttribute)
Workflow Reference to Workflow this transition belongs to. Can be set manually if the object is not already hierarchically a member of the MFWorkflow object.

Methods

ToString Customized String representation with attributes.
(Overrides ObjectToString)

See Also