Click or drag to resize
Location Class
Represents location, an asset of any type. Web service access scope - Full access.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesLocation

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Location : CorrigoEntity

The Location type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets a location address. Is required.
Public propertyAttributes
Public propertyDocuments
Asset documents: links and/or files.
Public propertyInfo
Asset additional info.
Public propertyIsLocked
“True” when asset is locked.
Public propertyIsOffline
“True” when asset is offline.
Public propertyIsTemplate
“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.
Public propertyModelId
Model Id. Is required.
Public propertyName
Gets a location name. Max Length=64. Is required.
Public propertyOrphan
True means Asset is orphaned. Is required.
Public propertyParentId
“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.
Public propertyRootId
“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.
Public propertyTypeId
Asset Category: Unknown, Regular, Building, Unit, Community, RoomArea, Floor, Utility, Equipment. Is required.
Top
See Also