In combination with ActorId used in many entities to define its creator/owner or any other association to another object.
Namespace:
CorrigoService.Enums
Assembly:
ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum ActorType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Employee | 1 | |
| Occupancy | 2 | |
| CorrigoNet | 3 | |
| Resident | 4 | |
| CommLease | 5 |
Customer
|
| CommLeaseSpace | 6 |
Customer Space
|
| Property | 7 | |
| Portfolio | 8 | |
| LeaseGroup | 9 | |
| LeaseUser | 10 |
Customer Contact
|
| Supplier | 11 | |
| Asset | 12 | |
| WO | 13 | |
| Org | 14 | |
| Warranty | 15 | |
| WOPrintout | 16 | |
| Team | 17 | |
| CompanyProp | 18 | |
| Landmark | 19 | |
| Provider | 20 | |
| ReportTimeSet | 21 | |
| TenantCoi | 22 | |
| Model | 23 | |
| Theme | 24 | |
| CustomerInvoice | 25 | |
| Payment | 26 | |
| MhLocation | 27 | |
| MhProduct | 28 | |
| PmRmTemplate | 29 | |
| Document | 30 | |
| WoProxy | 31 | |
| Proposal | 32 |
Proposal
|
| PlWoItem | 33 |
WO Punch List Item
|
| Insurance | 34 |
Insurance
|
| InvTemplate | 35 |
Asset Template
|
| ReportSubscription | 36 | |
| Requestor | 37 | |
| ProcTemplateStep | 38 |
Procedure Template Step
|
| Procedure | 39 |
Procedure (used primarily to create WON Link record)
|
| MhOrder | 40 |
Replenishment Order
|
| AssetSystem | 41 |
Asset System
|
| WorkTemplate | 42 |
Work Template
|
| WtWoProxy | 43 |
Work Template acting like a proxy for Work Order custom fields
|
| Incident | 44 |
Incident
|
| Visit | 45 |
Visit
|
| DutyType | 46 |
Duty Type
|
| Estimate | 47 |
Estimate
|
| Quote | 48 |
Quote
|
| WoActionLog | 49 | |
| ProcedureTemplate | 50 | |
| WoRequiredDoc | 51 | |
See Also