Table of Contents

Class ElementFactoryTable

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

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

public class ElementFactoryTable : IdentifiableObject, IElementFactoryTable, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveName, IHaveAbsoluteCode, IHaveId
Inheritance
ElementFactoryTable
Implements
Inherited Members
Extension Methods

Constructors

ElementFactoryTable()

public ElementFactoryTable()

Properties

AbsoluteCode

Длинный уникальный код.

public string AbsoluteCode { get; set; }

Property Value

string

CoreContractPropertySources

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

public List<ICoreProperty> CoreContractPropertySources { get; }

Property Value

List<ICoreProperty>

Id

Идентификатор

public string Id { get; set; }

Property Value

string

Name

Имя объекта.

public string Name { get; set; }

Property Value

string

Rows

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

public List<IElementFactoryTableRow> Rows { get; }

Property Value

List<IElementFactoryTableRow>