StartValidationResult Class |
Represents the results of an
Item (production unit or material) validation request.
This validation request is typically made prior to "starting" a unit or material at an operation
to ensure that the unit is allowed to be at the operation, that the station is setup properly,
and the operator is qualified to work on the
Item.
Inheritance Hierarchy SystemObject FactoryLogix.xTend.DataObjectsStartValidationResult
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public class StartValidationResult
Public Class StartValidationResult
public ref class StartValidationResult
type StartValidationResult = class end
The StartValidationResult type exposes the following members.
Constructors Properties
| Name | Description |
---|
| ConditionId |
If a condition was violated during the start validation operation, this property
represents the unique identifier (Id property) of the condition that was violated.
|
| ExpectedBatchId |
When batch validation fails, the unique identifier (Id property) of the Batch
where the specified unit or material ( Item) is expected to be processed.
|
| ExpectedBatchName |
When batch validation fails, the name of the Batch
where the specified unit or material ( Item) is expected to be processed.
|
| ExpectedOperationId |
When route validation fails, the unique identifier (Id property) of the next Operation
where the specified unit or material ( Item) is expected to be processed.
|
| ExpectedOperationName |
When route validation fails, the name of the next Operation where the specified
unit or material ( Item) is expected to be processed.
|
| Message |
A human-friendly message describing the nature of the validation result.
|
| ResultCode |
An enumerated value indicating the detailed results of the validation operation.
|
TopSee Also