| Location Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Location : CorrigoEntity
The Location type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Address | 
            Gets a location address.
            Is required.
             | 
|  | Attributes | |
|  | Documents | 
            Asset documents: links and/or files.
             | 
|  | Info | 
             Asset additional info.
             | 
|  | IsLocked | 
            “True” when asset is locked.
             | 
|  | IsOffline | 
            “True” when asset is offline.
             | 
|  | IsTemplate | 
            “Fake” field without underlying table field; used only in insert/update/delete operations.
            “True” when asset is a part of template hierarchy - not real work zone asset.
            Is required.
             | 
|  | ModelId | 
            Model Id.
            Is required.
             | 
|  | Name | 
            Gets a location name.
            Max Length=64.
            Is required.
             | 
|  | Orphan | 
            True means Asset is orphaned.
            Is required.
             | 
|  | ParentId | 
            “Fake” field without underlying table field; used only in insert/update operations.
            Can’t be used in query conditions and can’t be retrieved.
            Is required.
             | 
|  | RootId | 
            “Fake” field without underlying table field; used only in insert operations.
            Can’t be used in query conditions and can’t be retrieved.
            Is required.
             | 
|  | TypeId | 
            Asset Category:
            Unknown, Regular, Building, Unit, Community, RoomArea, Floor, Utility, Equipment.
            Is required.
             | 
 See Also
See Also