Class ComponentScanTestStatus
The result of a test component scan verification.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class ComponentScanTestStatus
- Inheritance
-
ComponentScanTestStatus
- Inherited Members
Constructors
ComponentScanTestStatus()
public ComponentScanTestStatus()
Properties
IsAlternate
Gets or sets whether this component is considered an alternate component.
[DataMember]
public bool IsAlternate { get; set; }
Property Value
IsApplicable
Gets or sets whether this component type is applicable to this unit.
[DataMember]
public bool IsApplicable { 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
LogicDetails
Gets or sets details about the logic used to determine the component scan status.
[DataMember]
public ComponentScanLogicDetails LogicDetails { 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; }