Class ComponentStatus
Status information about a component scan.
[DataContract]
public class ComponentStatus : IExtensibleDataObject
  - Inheritance
 - 
      
      ComponentStatus
 
- Implements
 
- Inherited Members
 
Constructors
ComponentStatus()
Initializes a new instance of the ComponentStatus class.
public ComponentStatus()
  Properties
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }
  Property Value
ReasonInvalid
Gets or sets the reason that the component is invalid, if it is invalid.
[DataMember]
public string ReasonInvalid { get; set; }
  Property Value
Remarks
This is only used when the "allowInvalid" setting is not set for the line. When the "allowInvalid" setting is set, a business logic exception will occur for invalid component scans.
UnitComponent
Gets or sets the component information.
[DataMember]
public UnitComponent UnitComponent { get; set; }
  Property Value
UnitStationChanges
Gets or sets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; set; }