Enum SourcePointTypeEnum
Graph source point type enumeration.
[Obsolete("Type was not intended for public use and will be removed in the next version.")]
[DataContract]
public enum SourcePointTypeEnum
- Extension Methods
Fields
[EnumMember(Value = "0")] Standard = 0
Standard source point.
[EnumMember(Value = "1")] SwitchCase = 1
Source point representing 'if' branch in conditional nodes.
[EnumMember(Value = "2")] SwitchDefault = 2
Source point representing 'else' branch in conditional nodes.
[EnumMember(Value = "3")] Timeout = 3
Source point representing timeout branch.