Table of Contents

Interface IElementFactorySelectedRow

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ElementFactorySelectedRow))]
public interface IElementFactorySelectedRow

Properties

AbsoluteCodeRow

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

string AbsoluteCodeRow { get; set; }

Property Value

string

AbsoluteCodeTable

Абсолютный код таблицы.

string AbsoluteCodeTable { get; set; }

Property Value

string