Click or drag to resize

AttributeDescriptor Class

Asset Attribute Metadata is a hierarchical object consisting of header(record) and optional list of child records [ModPropItemObject] (pick list items). Asset Attribute Metadata records is a global list; each attribute can be associated with multiple Models.
Inheritance Hierarchy

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

The AttributeDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyDisplayInWorkOrder Boolean flag. True means this attribute is important from operational standpoint and displayed on UI related to Work Orders.
Public propertyIsHistory Boolean flag. True means users want to track value changes for this attribute (affects UI).
Public propertyName Name
Public propertyOptions Options
Public propertyType Type
Top
See Also