Click or drag to resize

AssetSystem Class

Asset System is essentially a named collection of various assets; it’s used when assets in various places and areas (for instance, on the roof and in the basement) are connected and depend on each other. A good example is HVAC system for multi-store building. Asset Systems can span across multiple work zones (for instance, a gas pipeline).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesAssetSystem

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

The AssetSystem type exposes the following members.

Properties
 NameDescription
Public propertyDescription Description Max Length=1024
Public propertyDisplayAs Displayable name. Max Length=256
Top
See Also