Class ComponentScanLogicPartDetails
Details about a part checked during verification of a component.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class ComponentScanLogicPartDetails
- Inheritance
-
ComponentScanLogicPartDetails
- Inherited Members
Constructors
ComponentScanLogicPartDetails()
public ComponentScanLogicPartDetails()
Properties
ComponentModelNumberPattern
Gets or sets the component model number pattern.
[DataMember]
public string? ComponentModelNumberPattern { get; set; }
Property Value
ComponentSerialNumberPattern
Gets or sets the component serial number pattern.
[DataMember]
public string? ComponentSerialNumberPattern { get; set; }
Property Value
IsComponentModelNumberMatch
Gets or sets whether the component model number matched.
[DataMember]
public bool? IsComponentModelNumberMatch { get; set; }
Property Value
- bool?
IsComponentSerialNumberMatch
Gets or sets whether the component serial number matched.
[DataMember]
public bool? IsComponentSerialNumberMatch { get; set; }
Property Value
- bool?
IsUnitModelNumberMatch
Gets or sets whether the unit model number matched.
[DataMember]
public bool? IsUnitModelNumberMatch { get; set; }
Property Value
- bool?
IsUnitSerialNumberMatch
Gets or sets whether the unit serial number matched.
[DataMember]
public bool? IsUnitSerialNumberMatch { get; set; }
Property Value
- bool?
UnitModelNumberPattern
Gets or sets the unit model number pattern.
[DataMember]
public string? UnitModelNumberPattern { get; set; }
Property Value
UnitSerialNumberPattern
Gets or sets the unit serial number pattern.
[DataMember]
public string? UnitSerialNumberPattern { get; set; }
Property Value
UsedOtherComponents
Gets or sets whether this part check logic used other components.
[DataMember(Order = 2)]
public bool UsedOtherComponents { get; set; }