Table of Contents

Class PartMatch

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Abstractions.dll

A component part match.

public class PartMatch
Inheritance
PartMatch
Inherited Members

Constructors

PartMatch()

public PartMatch()

Properties

ComponentModelNumber

Gets or sets the component model number.

public string? ComponentModelNumber { get; set; }

Property Value

string

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

string

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; }

Property Value

bool