Table of Contents

Interface IGetClassInfoResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Responses.AllPartSize
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных ответа на запрос информацию о классе изделий.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetClassInfoResponse))]
public interface IGetClassInfoResponse

Properties

Description

Описание класса изделий.

string? Description { get; set; }

Property Value

string

Image

Изображение изделия.

IImagePropertyValue? Image { get; set; }

Property Value

IImagePropertyValue

Name

Наименование класса изделий.

string? Name { get; set; }

Property Value

string