Click or drag to resize
AssetTree Class
Exposed as integration entity: AssetTree. This is read-only entity. It’s used mostly for data retrieval. Asset Tree hierarchy is not expected to be modified directly. AssetTree stores asset hierarchy relations - all "parent->child" and "parent->..->"descendant relations. It's used for quick search through hierarchy. Web service access scope - read only.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithComposedIdOfAssetTreeEntitySpecifierInvTree
      CorrigoService.EntitiesAssetTree

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

The AssetTree type exposes the following members.

Properties
  NameDescription
Public propertyChild
Child Location(Asset)
Public propertyChildId
Child Id of Location(Asset)
Public propertyDistance
Tells how deep Child asset is situated relative to Parent(ParentId)
Public propertyParentId
Parent Id of Location(Asset)
Top
See Also