CharacteristicValue Class |
Namespace: FactoryLogix.xTend.DataObjects
The CharacteristicValue type exposes the following members.
| Name | Description | |
|---|---|---|
| CharacteristicValue | Initializes a new instance of the CharacteristicValue class |
| Name | Description | |
|---|---|---|
| CharacteristicDescription |
A human-friendly summary of the nature of this of the Characteristic.
| |
| CharacteristicId |
A unique identifier for this particular Characteristic (corresponds to the primary key in the FactoryLogix database).
| |
| CharacteristicName |
The name that operators use to identify the Characteristic within the factory.
| |
| ChildCharacteristicValues |
A list of CharacteristicValue of the parent complex Characteristic.
| |
| Id |
A unique identifier for this particular CharacteristicValue (corresponds to the primary key in the FactoryLogix database).
| |
| IsRootOnHold | ||
| OverrideType |
The enumeration describing if the value has been inherited or overriden.
| |
| ParentCharacteristicId |
An optional unique identifier for the parent complex Characteristic (corresponds to the primary key in the FactoryLogix database).
| |
| ParentCharacteristicName |
An optional linked Parent Characteristic Name
| |
| Value |
The value of the Characteristic. If the Characterisitc is complex the value will be null.
|