Click or drag to resize

CharacteristicValue Properties

The CharacteristicValue type exposes the following members.

Properties
  NameDescription
Public propertyCharacteristicDescription
A human-friendly summary of the nature of this of the Characteristic.
Public propertyCharacteristicId
A unique identifier for this particular Characteristic (corresponds to the primary key in the FactoryLogix database).
Public propertyCharacteristicName
The name that operators use to identify the Characteristic within the factory.
Public propertyChildCharacteristicValues
A list of CharacteristicValue of the parent complex Characteristic.
Public propertyId
A unique identifier for this particular CharacteristicValue (corresponds to the primary key in the FactoryLogix database).
Public propertyIsRootOnHold
Public propertyOverrideType
The enumeration describing if the value has been inherited or overriden.
Public propertyParentCharacteristicId
An optional unique identifier for the parent complex Characteristic (corresponds to the primary key in the FactoryLogix database).
Public propertyParentCharacteristicName
An optional linked Parent Characteristic Name
Public propertyValue
The value of the Characteristic. If the Characterisitc is complex the value will be null.
Top
See Also