Class DocumentPostQuery<TDocument>
Запрос на сохранение документа.
Inheritance
System.Object
DocumentPostQuery<TDocument>
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentPostQuery<TDocument> : object
Type Parameters
Name | Description |
---|---|
TDocument | Тип документа. |
Properties
| Improve this Doc View SourceDocument
Экземпляр документа.
Declaration
public TDocument Document { get; set; }
Property Value
Type | Description |
---|---|
TDocument |
Files
Список файлов документа.
Declaration
public IEnumerable<IHttpRequestFile> Files { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IHttpRequestFile> |