Interface IElementFactoryTableRow
Строка таблицы конструктора компонентов.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IElementFactoryTableRow : IPropertyOwner, IPropertyValueOwner, IDeleteableApiObject, IAbsoluteCodeableApiObject, ILinkable, ILocateableApiObject, IAbleToHaveId, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
CoreProperties
Возвращает коллекцию ключевых свойств строки таблицы конструктора компонентов.
Declaration
IApiReadOnlyCollection<IProperty> CoreProperties { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IProperty> |
ElementFactoryTable
Возвращает таблицу конструктора компонентов.
Declaration
IElementFactoryTable ElementFactoryTable { get; }
Property Value
| Type | Description |
|---|---|
| IElementFactoryTable |
Guid
Возвращает или задает Guid строки.
Declaration
Guid Guid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Viewpoint2dFactoryTable
Возвращает таблицу 2d-представлений.
Declaration
IViewpoint2dFactoryTable Viewpoint2dFactoryTable { get; }
Property Value
| Type | Description |
|---|---|
| IViewpoint2dFactoryTable |
Viewpoint3dFactoryTable
Возвращает таблицу 3d-представлений.
Declaration
IViewpoint3dFactoryTable Viewpoint3dFactoryTable { get; }
Property Value
| Type | Description |
|---|---|
| IViewpoint3dFactoryTable |
Methods
CreateViewpoint2dFactoryTable()
Создает таблицу 2d-представлений.
Declaration
IViewpoint2dFactoryTable CreateViewpoint2dFactoryTable()
Returns
| Type | Description |
|---|---|
| IViewpoint2dFactoryTable | Созданная таблица 2d-представлений. |
CreateViewpoint3dFactoryTable()
Создает таблицу 3d-представлений.
Declaration
IViewpoint3dFactoryTable CreateViewpoint3dFactoryTable()
Returns
| Type | Description |
|---|---|
| IViewpoint3dFactoryTable | Созданная таблица 3d-представлений. |