Class DocumentValidationResultItem
Результат выполнения проверки корректности свойства документа.
Inheritance
System.Object
DocumentValidationResultItem
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public class DocumentValidationResultItem : object
Properties
| Improve this Doc View SourceMessage
Сообщение об ошибке.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Property
Путь к свойству с ошибкой.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String |