Table of Contents

Class DummyPartDefinition

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

Represents a dummy part definition.

public class DummyPartDefinition
Inheritance
DummyPartDefinition
Inherited Members

Constructors

DummyPartDefinition(string, string, string)

Initializes a new instance of the DummyPartDefinition class.

public DummyPartDefinition(string name, string itemIndentifier, string typeDataName)

Parameters

name string

Name of the master part.

itemIndentifier string

Identifier of the dummy part (e. g. serial number).

typeDataName string

Name of type data for this part.

Exceptions

ArgumentException

Thrown when any argument is null, empty or white space.

Properties

ItemIdentifier

Gets the work piece identifier (e. g. serial number).

public string ItemIdentifier { get; }

Property Value

string

Name

Gets the name.

public string Name { get; }

Property Value

string

TypeIdentifier

Gets the identifier of type data for this part.

public string TypeIdentifier { get; }

Property Value

string