Interface IDocumentGroupOwner
Владелец группы документов.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IDocumentGroupOwner : IBaseGroupOwner, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
DocumentGroups
Возвращает коллекцию корневых групп документов.
Declaration
IApiReadOnlyCollection<IDocumentGroup> DocumentGroups { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IDocumentGroup> |