Table of Contents

Interface ICreateFactoryElementRequest

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

Выбранные строки для создания нового элемента.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateFactoryElementRequest))]
public interface ICreateFactoryElementRequest

Properties

ElementGroup

Группа.

IIdentifiableObject ElementGroup { get; set; }

Property Value

IIdentifiableObject

Rows

Набор строк.

List<IElementFactorySelectedRow> Rows { get; set; }

Property Value

List<IElementFactorySelectedRow>