Interface IViewpointFactoryTable
Таблица представлений конструктора компонентов.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IViewpointFactoryTable : IConceptAppointer, IAbleToHaveId, IDeleteableApiObject, IPropertyOwnerScope, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
ElementFactoryTableRow
Возвращает строку таблицы конструктора компонентов.
Declaration
IElementFactoryTableRow ElementFactoryTableRow { get; }
Property Value
| Type | Description |
|---|---|
| IElementFactoryTableRow |
ViewpointFactoryTableRows
Возвращает коллекцию строк таблицы представлений.
Declaration
IApiReadOnlyCollection<IViewpointFactoryTableRow> ViewpointFactoryTableRows { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IViewpointFactoryTableRow> |
Methods
CreateViewpointFactoryTableRow()
Создает строку таблицы представлений.
Declaration
IViewpointFactoryTableRow CreateViewpointFactoryTableRow()
Returns
| Type | Description |
|---|---|
| IViewpointFactoryTableRow | Созданная строка таблицы представлений. |