Class DummyPartDefinition
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
stringName of the master part.
itemIndentifier
stringIdentifier of the dummy part (e. g. serial number).
typeDataName
stringName 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
Name
Gets the name.
public string Name { get; }
Property Value
TypeIdentifier
Gets the identifier of type data for this part.
public string TypeIdentifier { get; }