Click or drag to resize

SpecificationCollection Class

[Missing <summary> documentation for "T:FactoryLogix.xTend.DataObjects.SpecificationCollection"]

Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsSpecificationCollection

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class SpecificationCollection

The SpecificationCollection type exposes the following members.

Constructors
  NameDescription
Public methodSpecificationCollection
Initializes a new instance of the SpecificationCollection class
Top
Properties
  NameDescription
Public propertyAcceptAllValues
A boolean value to indicate if all values are acceptable for the specification.
Public propertyDateTimeFormatEnumValue
Public propertyDateTimeTypeEnumValue
Public propertyId
A unique identifier for this particular SpecificationCollection (corresponds to the primary key in the FactoryLogix database)
Public propertyIsOnHold
Public propertyLowerControlLimitValue
Public propertyLowerLimitOperand
Public propertyLowerLimitValue
Public propertyOverrideType
Public propertyPrecision
An integer, between 0 - 15, to describe the number of decimal places used for the specification.
Public propertySpecificationCategoryID
Public propertySpecificationCategoryName
Public propertySpecificationDescription
A human-friendly summary of the nature of this specification.
Public propertySpecificationId
A unique identifier for this particular Specification (corresponds to the primary key in the FactoryLogix database)
Public propertySpecificationName
The human-friendly name that operators use to identify this specification within the factory.
Public propertySpecificationType
The enumeration to describe the type of specification.
Public propertyStatusComment
Public propertyUnitOfIssue
The name or abbreviation of the Unit that specification is measured in. The string value of this property must align with one of the pre-configured unit names assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
Public propertyUnitOfMeasure
The unit of measure property in the FactoryLogix configuration assigned to the specification.
Public propertyUpperControlLimitValue
Public propertyUpperLimitOperand
Public propertyUpperLimitValue
Public propertyValidationDateLimitEnumValue
Public propertyValidationDateLimitValue
Top
See Also