Table of Contents

Class GetDataByConstructorLocationResponse

Namespace
Ascon.Polynom.Web.Api.Data.Responses.AllPartSizes
Assembly
Ascon.Polynom.Web.Api.Data.dll

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

public class GetDataByConstructorLocationResponse : IGetDataByConstructorLocationResponse
Inheritance
GetDataByConstructorLocationResponse
Implements
Inherited Members

Constructors

GetDataByConstructorLocationResponse()

public GetDataByConstructorLocationResponse()

Properties

Group

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

public IIdentifiableObject Group { get; set; }

Property Value

IIdentifiableObject

Location

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

public string Location { get; set; }

Property Value

string

PropertyValues

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

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

Property Value

Dictionary<string, string>