Data Types - API
A list of all data types used in the AgilePoint Web Service API. Common types refer to the documentation on msdn.com
| Name | Description |
|---|---|
| bool | See the documentation on MSDN. |
| byte | See the documentation on MSDN. |
| DateTime | See the documentation on MSDN. |
| enum | See the documentation on MSDN. |
| Guid | Instantiates the Guid class. |
| int | See the documentation on MSDN. |
| IWFProcessDefinition | Instantiates the IWFProcessDefinition class. |
| IWFWorkflowService | Instantiates the IWFWorkflowService class. |
| JSON String | See the documentation on MSDN. |
| KeyValue | Instantiates the KeyValue class. |
| List | See the documentation on MSDN. |
| MergedProcessParameter | Instantiates the MergedProcessParameter class. |
| MigrationAction | Instantiates the MigrationAction class. |
| NameValue | Instantiates the NameValue class. |
| object | See the documentation on MSDN. |
| PartialRollbackUnit | Instantiates the PartialRollbackUnit class. |
| RegisteredUser | Instantiates the RegisteredUser class. |
| SplitProcessParameter | Instantiates the SplitProcessParameter class. |
| String | See the documentation on MSDN. |
| WFAccessRights | Instantiates the WFAccessRights class. |
| WFAny | Instantiates the WFAny class. |
| WFEvent | Instantiates the WFEvent class. |
| WFProcessInstance | Instantiates the WFProcessInstance class. |
| WFQueryExpr | Instantiates the WFQueryExpr class. |
| WFTimeDuration | Instantiates the WFTimeDuration class. |
| WFTimeUnit | See the documentation on MSDN. |