Click or drag to resize

WoProcedureStepAttrDescriptor Property

Asset Attribute Metadata linked to Procedure Step. Value is required when Procedure Step type is Attribute (ProcedureStepType.Attribute), otherwise NULL. This reference controls data type required for Procedure Step value and pick list. If at the time of Procedure Step execution asset no longer supports specified attribute, Step will receive status N/A.

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AttributeDescriptor AttrDescriptor { get; set; }

Property Value

Type: AttributeDescriptor
See Also