Click or drag to resize

StepBase 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 StepBase

The StepBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
An optional, friendly description of the nature of this step or activity
Public propertyId
A unique identifier for this particular Operation (corresponds to the primary key in the FactoryLogix database)
Public propertyInstruction
The text based, use defined directions that the operator should follow to perform this step or activity.
Public propertyInstructionHeading
The text to be displayed in the title box of the instruction area of for this step or activity.
Public propertyIsRequired
A boolean value indicating whether or not this step or activity is required or optional.
Public propertyName
A human readable title describing the step or activity.
Public propertySequence
The sequence number for this operation within the step/activity flow.
Top
See Also