Class ElementFactoryFilterTable
Таблица конструктора компонентов.
public class ElementFactoryFilterTable : IdentifiableObject, IElementFactoryFilterTable, IHaveAbsoluteCode, IHaveName, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>
- Inheritance
-
ElementFactoryFilterTable
- Implements
- Inherited Members
- Extension Methods
Constructors
ElementFactoryFilterTable()
public ElementFactoryFilterTable()
Properties
AbsoluteCode
Абсолютный код таблицы конструктора компонентов.
public string AbsoluteCode { get; set; }
Property Value
Columns
Столбцы таблицы конструктора компонентов.
public List<IElementFactoryFilterTableColumn> Columns { get; set; }
Property Value
Name
Имя таблицы конструктора компонентов.
public string Name { get; set; }
Property Value
Rows
Строки таблицы конструктора компонентов.
public List<IElementFactoryFilterTableRow> Rows { get; set; }