Click or drag to resize

StartValidationResult Properties

The StartValidationResult type exposes the following members.

Properties
  NameDescription
Public propertyConditionId
If a condition was violated during the start validation operation, this property represents the unique identifier (Id property) of the condition that was violated.
Public propertyExpectedBatchId
When batch validation fails, the unique identifier (Id property) of the Batch where the specified unit or material (Item) is expected to be processed.
Public propertyExpectedBatchName
When batch validation fails, the name of the Batch where the specified unit or material (Item) is expected to be processed.
Public propertyExpectedOperationId
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.
Public propertyExpectedOperationName
When route validation fails, the name of the next Operation where the specified unit or material (Item) is expected to be processed.
Public propertyMessage
A human-friendly message describing the nature of the validation result.
Public propertyResultCode
An enumerated value indicating the detailed results of the validation operation.
Top
See Also