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
Rows
Набор строк.
List<IElementFactorySelectedRow> Rows { get; set; }