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
Location
Идентификатор конструктора компонентов.
string Location { get; set; }
Property Value
PropertyValues
Значения свойств для фильтра.
Dictionary<string, string> PropertyValues { get; set; }