Class PartMatch
A component part match.
public class PartMatch
- Inheritance
-
PartMatch
- Inherited Members
Properties
ComponentModelNumber
Gets or sets the component model number.
public string ComponentModelNumber { get; set; }
Property Value
Remarks
This comes from a component parts list, so this can be a wildcard pattern.
ComponentSerialNumber
Gets or sets the component serial number.
public string ComponentSerialNumber { get; set; }
Property Value
Remarks
This comes from a component parts list, so this can be a wildcard pattern.
IsAlternate
Gets or sets whether this part is marked as an alternate.
public bool IsAlternate { get; set; }