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