Interface IViewpointCatalog
Каталог представлений.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IViewpointCatalog : IBaseCatalog, ILocateableApiObject, IConceptAppointer, IViewpointGroupOwner, IBaseGroupOwner, IPropertyOwnerScope, ICatalogWithSecurity, IStructureItemWithSecurity, IFormulaAppointer, IAbleToHaveId, IStructureItemWithTableSettings, IAbleToHaveClassId, IAbleToHaveChangeableName, IAbleToHaveName, IStructureItem, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Reference
Возвращает справочник, в котором находится каталог.
Declaration
IReference Reference { get; }
Property Value
| Type | Description |
|---|---|
| IReference |
Methods
CreateViewpointGroup(string, int?, Guid?, ObjectStorageType)
Создает группу.
Declaration
IViewpointGroup CreateViewpointGroup(string name, int? iconCode = null, Guid? id = null, ObjectStorageType storageType = ObjectStorageType.Persistent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Имя группы. |
| int? | iconCode | Код иконки. |
| Guid? | id | Уникальный идентификатор. |
| ObjectStorageType | storageType | Тип хранения. |
Returns
| Type | Description |
|---|---|
| IViewpointGroup | Созданная группа. |