ProcedureStepConditionType Enumeration |
Type of procedure step depending on condition.
Can be Regular, Parent, or Conditional, depending on hierarchy of steps.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum ProcedureStepConditionType
<SerializableAttribute>
Public Enumeration ProcedureStepConditionType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 | |
Regular | 1 | |
Parent | 2 | |
Conditional | 3 | |
See Also