Table of Contents

Class Part

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

A part definition for a component type parts list.

[DataContract]
public class Part : IExtensibleDataObject
Inheritance
Part
Implements
Inherited Members

Properties

ComponentModelNumber

Gets or sets the component model number wildcard pattern.

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

Property Value

string

ComponentSerialNumber

Gets or sets the 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

ExtensionData

Gets or sets the structure that contains extra data.

public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

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 unit model number wildcard pattern.

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

Property Value

string

UnitSerialNumber

Gets or sets the unit serial number wildcard pattern.

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

Property Value

string