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