Interface IPropDefCatalog
Каталог определений свойств.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IPropDefCatalog : IBaseCatalog, ILocateableApiObject, IAbleToHaveId, IAbleToHaveName, IPropDefGroupOwner, IBaseGroupOwner, IApiObject, IApiEntity, INotifyPropertyChanged
Methods
CreatePropDefGroup(string, Guid?, ObjectStorageType)
Создает группу описаний свойств.
Declaration
IPropDefGroup CreatePropDefGroup(string name, Guid? id = null, ObjectStorageType storageType = ObjectStorageType.Persistent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Имя группы. |
| Guid? | id | Уникальный идентификатор группы. |
| ObjectStorageType | storageType | Тип хранения. |
Returns
| Type | Description |
|---|---|
| IPropDefGroup | Созданная группа описаний свойств. |