Interface IOwnedDocument
Документ, имеющий владельца.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IOwnedDocument : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Document
Возвращает документ.
Declaration
IDocument Document { get; }
Property Value
| Type | Description |
|---|---|
| IDocument |
DocumentOwner
Возвращает владельца документа.
Declaration
IDocumentOwner DocumentOwner { get; }
Property Value
| Type | Description |
|---|---|
| IDocumentOwner |