Table of Contents

Class Part

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A part definition for a component type parts list.

[DataContract]
public class Part
Inheritance
Part
Inherited Members

Constructors

Part()

public Part()

Properties

ComponentModelNumber

Gets or sets the optional component model number wildcard pattern.

[DataMember]
public string? ComponentModelNumber { get; set; }

Property Value

string

ComponentSerialNumber

Gets or sets the optional component serial number wildcard pattern.

[DataMember]
public string? ComponentSerialNumber { get; set; }

Property Value

string

Description

Gets or sets an optional part description.

[DataMember(Order = 2)]
public string? Description { get; set; }

Property Value

string

IsAlternate

Gets or sets whether the part is considered an alternate.

[DataMember]
public bool IsAlternate { get; set; }

Property Value

bool

UnitModelNumber

Gets or sets the optional unit model number wildcard pattern.

[DataMember]
public string? UnitModelNumber { get; set; }

Property Value

string

UnitSerialNumber

Gets or sets the optional unit serial number wildcard pattern.

[DataMember]
public string? UnitSerialNumber { get; set; }

Property Value

string