Class DocumentValidationResult
Результат выполнения проверки корректности документа.
Inheritance
System.Object
DocumentValidationResult
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public class DocumentValidationResult : object
Constructors
| Improve this Doc View SourceDocumentValidationResult(Boolean)
Declaration
public DocumentValidationResult(bool isValid = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isValid |
Properties
| Improve this Doc View SourceIsValid
Признак успешности проверки.
Declaration
public bool IsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Items
Список результатов проверки свойств объекта.
Declaration
public IList<DocumentValidationResultItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DocumentValidationResultItem> |