Click or drag to resize

NextOperationResult Class

Represents information about where a particular unit or material (Item) is expected to be processed next.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsNextOperationResult

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 NextOperationResult

The NextOperationResult type exposes the following members.

Constructors
  NameDescription
Public methodNextOperationResult
Initializes a new instance of the NextOperationResult class
Top
Properties
  NameDescription
Public propertyNextOperationId
A 128-bit unique identifier for of the next Operation for the Item, or Guid.Empty if there is not a next Operation for the Item.
Public propertyNextOperationName
The string-based name of the next Operation for the Item. Returns null if there is not a next Operation for the Item.
Public propertyNextProcessFlowId
A 128-bit unique identifier for of the next ProcessFlow for the Item, or Guid.Empty if there is not a next ProcessFlow for the Item.
Top
See Also