Table of Contents

Class ElementFactoryFilterTableRow

Namespace
Ascon.Polynom.Web.Api.Data.Models.AllPartSizes
Assembly
Ascon.Polynom.Web.Api.Data.dll

Строка таблицы конструктора компонентов.

public class ElementFactoryFilterTableRow : IElementFactoryFilterTableRow, IHaveAbsoluteCode
Inheritance
ElementFactoryFilterTableRow
Implements
Inherited Members

Constructors

ElementFactoryFilterTableRow(string)

Строка таблицы конструктора компонентов.

public ElementFactoryFilterTableRow(string absoluteCode)

Parameters

absoluteCode string

Properties

AbsoluteCode

Абсолютный код строки

public string AbsoluteCode { get; set; }

Property Value

string

Cells

Ячейки с данными

public List<IElementFactoryFilterTableRowCell> Cells { get; set; }

Property Value

List<IElementFactoryFilterTableRowCell>