Enum Origin
Defines the origin of an object.
Namespace: Integration.DataContracts
Syntax
[DataContract]
public enum Origin
Fields
| Name | Description |
|---|---|
| DrawnUp | Used to represent a drawn up case |
| Incoming | Used to represent an incoming case |
| NotSet | Used to represent if not set |
| Outgoing | Used to represent an outgoing case |