Class SubassemblyComponentScannedStatus
The result of performing a subassembly component verification.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class SubassemblyComponentScannedStatus
- Inheritance
-
SubassemblyComponentScannedStatus
- Inherited Members
Constructors
SubassemblyComponentScannedStatus()
public SubassemblyComponentScannedStatus()
Properties
IsAlternate
Gets or sets whether this component is considered an alternate component.
[DataMember]
public bool IsAlternate { get; set; }
Property Value
IsValid
Gets or sets whether this component was deemed valid when it was scanned.
[DataMember]
public bool IsValid { 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; }