Readonly
cancellationAn object through which an asynchronous operation can be canceled.
Indicates whether the validation result has been processed.
Readonly
rawThe raw value for validation.
Readonly
validationBuilder for creating validation results.
Readonly
validationAdditional information about validation of the object.
Readonly
valueThe value to be validated.
Adds a validation result value to the validationResult in the context with ValidationResultType.Error type.
The value to be added to the validation result.
true
.Adds a validation result value to the validationResult in the context with ValidationResultType.Info type.
The value to be added to the validation result.
The added value will be modified by incorporating additional information from the validationResultInfo object, if such information is provided.
Adds a validation result value to the validationResult in the context.
The value to be added to the validation result.
true
.Adds a validation result value to the validationResult in the context with ValidationResultType.Warning type.
The value to be added to the validation result.
The added value will be modified by incorporating additional information from the validationResultInfo object, if such information is provided.
Represents the context for validation execution within the container.