Class ElementFactoryFilterTableRow
Строка таблицы конструктора компонентов.
public class ElementFactoryFilterTableRow : IElementFactoryFilterTableRow, IHaveAbsoluteCode
- Inheritance
-
ElementFactoryFilterTableRow
- Implements
- Inherited Members
Constructors
ElementFactoryFilterTableRow()
public ElementFactoryFilterTableRow()
Properties
AbsoluteCode
Абсолютный код строки
public string AbsoluteCode { get; set; }
Property Value
Cells
Ячейки с данными
public List<IElementFactoryFilterTableRowCell> Cells { get; set; }