Class GetDataByConstructorLocationResponse
Ответ на запрос данных по идентификатору конструктора компонентов.
public class GetDataByConstructorLocationResponse : IGetDataByConstructorLocationResponse
- Inheritance
-
GetDataByConstructorLocationResponse
- Implements
- Inherited Members
Constructors
GetDataByConstructorLocationResponse()
public GetDataByConstructorLocationResponse()
Properties
Group
Идентифицируемый группы.
public IIdentifiableObject Group { get; set; }
Property Value
Location
Идентификатор конструктора компонентов.
public string Location { get; set; }
Property Value
PropertyValues
Значения свойств для фильтра.
public Dictionary<string, string> PropertyValues { get; set; }