Class DocumentQueryResult
Базовый класс результата выполнения запроса.
Inheritance
System.Object
DocumentQueryResult
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public abstract class DocumentQueryResult : object
Properties
| Improve this Doc View SourceAdditionalResult
Дополнительные данные результата выполнения запроса.
Declaration
public object AdditionalResult { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ValidationResult
Результат выполнения проверки корректности выполнения запроса.
Declaration
public DocumentValidationResult ValidationResult { get; set; }
Property Value
Type | Description |
---|---|
DocumentValidationResult |