Types of inventory assets
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax [SerializableAttribute]
public enum AssetType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Regular | 1 | |
| Building | 2 |
is used when application needs to find Unit’s parent to build so-called “short location” value.
|
| Unit | 3 |
is used to as root for Unit sub-tree
|
| Community | 4 |
is used as root for work zone Assets tree
|
| RoomArea | 5 | |
| Floor | 6 | |
| Utility | 7 | |
| Equipment | 8 |
is used when application builds list of Assets for “equipment worked on” feature
|
See Also