Table of Contents

Interface ICreateStandardsizeRequest

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

Модель для создания типоразмера.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateStandardsizeRequest))]
public interface ICreateStandardsizeRequest : IWebApiRequest

Properties

Assortment

Сортамент.

IIdentifiableObject Assortment { get; set; }

Property Value

IIdentifiableObject

StandartsizeValue

Данные типоразмера.

ICreateElementWithValuesRequest StandartsizeValue { get; set; }

Property Value

ICreateElementWithValuesRequest