BatchFieldNames Enumeration |
An enumeration describing the fields that may be searched for or sorted by during
Batch related searches
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum BatchFieldNames
Public Enumeration BatchFieldNames
public enum class BatchFieldNames
Members
| Member name | Value | Description |
---|
| BatchName | 1 |
Search or sort by Batch name.
|
| BatchId | 2 |
Search or sort by Batch Id.
|
| Description | 3 |
Search or sort by batch description.
|
| Status | 4 |
Search or sort by batch status (BatchStatus).
|
| BatchType | 5 |
Search or sort by batch type or kind (BatchType).
|
| Priority | 6 |
Search or sort by batch priority (BatchPriority).
|
See Also