Static
Readonly
itemsReturns an indication that the object contains validation messages.
Returns an indication that the validation result will succeed when built.
Validation messages.
Validation 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.
Объект, выполняющий построение результата валидации. Нельзя передать текущий объект в качестве параметра.
Выполняет построение объекта, содержащего результат валидации.
Результат валидации.
Возвращает настройки объекта-хранилища.
Returns a list of validation messages, or null
if the list has not yet been initialized.
Выполняет валидацию текущего объекта и всех его дочерних объектов.
Объект, выполняющий построение результата валидации.
Generated using TypeDoc
An object that builds the validation result in the storage IStorage.