Click or drag to resize

OperationBase Class

An abstract base class used by the Operation and OperationGroup classes.
Inheritance Hierarchy

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

The OperationBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
An optional, friendly description of the nature of this operation or operation group
Public propertyId
A unique identifier for this particular Operation (corresponds to the primary key in the FactoryLogix database)
Public propertyName
A human readable title describing the operation or operation group.
Public propertySequence
The sequence number for this operation within the profess flow (not applicable to "out of route" operations).
Top
See Also