Readonly
hasReturns an indication that the object contains validation messages.
Readonly
isReturns an indication that the validation result will succeed when built.
Readonly
itemsValidation messages.
Adds an informational message with the specified text.
Текущий объект IValidationResultBuilder.
Key of the validation message.
Type of the validation message.
Text of the message or error object that occurred during validation.
Optional
fieldName: null | stringName of the field of the object to which the validation message refers,
or null
if the field is unknown.
Optional
objectName: null | stringName of the object to which the validation message refers,
or null
if name is unknown.
Optional
objectType: null | stringType of the object to which the validation message refers,
or null
if type is unknown.
Optional
details: null | stringAdditional information about the message, such as full text of exception,
or null
if there is no additional information.
Сообщение валидации, копия которого добавляется.
Добавляет сообщения валидации, которые были добавлены в заданный объект, выполняющий построение результата валидации.
Текущий объект IValidationResultBuilder.
Объект, выполняющий построение результата валидации. Нельзя передать текущий объект в качестве параметра.
Выполняет построение объекта, содержащего результат валидации.
Результат валидации.
Generated using TypeDoc
An object that builds the validation result.