Click or drag to resize

AttributeDescriptor Class

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
C#
[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
Public propertyOptions
Public propertyType
Top
See Also