Table of Contents

Interface IElementFactoryTable

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ElementFactoryTable))]
public interface IElementFactoryTable : IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveName, IHaveAbsoluteCode, IHaveId
Inherited Members
Extension Methods

Properties

CoreContractPropertySources

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

List<ICoreProperty> CoreContractPropertySources { get; }

Property Value

List<ICoreProperty>

Rows

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

List<IElementFactoryTableRow> Rows { get; }

Property Value

List<IElementFactoryTableRow>