ReadonlycancellationAn object through which an asynchronous operation can be canceled.
Indicates whether the validation result has been processed.
ReadonlyrawThe raw value for validation.
ReadonlyvalidationBuilder for creating validation results.
ReadonlyvalidationAdditional information about validation of the object.
ReadonlyvalueThe 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.