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