Table of Contents

Interface ICreateStandardsizeTemplateRequest

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

Модель для создания шаблона и группы типоразмера для указанного сортамента.

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

Properties

Assortment

Сортамент.

IIdentifiableObject Assortment { get; set; }

Property Value

IIdentifiableObject

RemoveLeadingPrefix

Опция "Удалить лидирующий префикс"

bool RemoveLeadingPrefix { get; set; }

Property Value

bool

StandardsizeDesignationTemplate

Массив свойств.

List<IStandardsizeTemplateProperties> StandardsizeDesignationTemplate { get; set; }

Property Value

List<IStandardsizeTemplateProperties>