Click or drag to resize

TrackingStep Class

Represents a the state of a single step (collection of activities) for a particular transaction.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class TrackingStep : StepBase

The TrackingStep type exposes the following members.

Constructors
  NameDescription
Public methodTrackingStep
Initializes a new instance of the TrackingStep class
Top
Properties
  NameDescription
Public propertyActivities
A list of the activities associated to this TrackingStep.
Public propertyRequiresCredentials
A boolean value which, when true, indicates that the operators performing this step will be required to re-enter their user credentials before completing the step. This is required in certain types of specialized manufacturing environtments. (CFR Part 11 regulated medical device manufacturing, for example).
Public propertyRequiresProductScan
A boolean value which, when true, indicates that the operators performing this step will be required to re-scan the barcode of the unit before completing the step.
Public propertyStepType
A flagged, enumerated value indicating the FactoryLogix step type for this particular step.
Top
See Also