Click or drag to resize

ExitPathway Class

Represents an abnormal exit pathway that Items may follow when they complete and exit from an Operation.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsExitPathway

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 ExitPathway

The ExitPathway type exposes the following members.

Constructors
  NameDescription
Public methodExitPathway
Initializes a new instance of the ExitPathway class
Top
Properties
  NameDescription
Public propertyFinishConditions
The finish conditions that have been configured for this pathway.
Public propertyId
The 128-bit unique identifier for this particular pathway (corresponds with the primary key in the FactoryLogix database).
Public propertyName
A human-friendly name for the pathway.
Top
See Also