Class Document
Базовый класс документов.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public class Document : object
Properties
| Improve this Doc View Source_header
Заголовок документа.
Declaration
public DocumentHeader _header { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentHeader |
_id
Идентификатор документа.
Declaration
public object _id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |