Table of Contents

Interface IGetDataByConstructorLocationResponse

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

Ответ на запрос данных по идентификатору конструктора компонентов.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetDataByConstructorLocationResponse))]
public interface IGetDataByConstructorLocationResponse

Properties

Group

Идентифицируемый группы.

IIdentifiableObject Group { get; set; }

Property Value

IIdentifiableObject

Location

Идентификатор конструктора компонентов.

string Location { get; set; }

Property Value

string

PropertyValues

Значения свойств для фильтра.

Dictionary<string, string> PropertyValues { get; set; }

Property Value

Dictionary<string, string>