Table of Contents

Class ElementFactoryFilterTable

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

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

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

string

Columns

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

public List<IElementFactoryFilterTableColumn> Columns { get; set; }

Property Value

List<IElementFactoryFilterTableColumn>

Name

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

public string Name { get; set; }

Property Value

string

Rows

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

public List<IElementFactoryFilterTableRow> Rows { get; set; }

Property Value

List<IElementFactoryFilterTableRow>