Table of Contents

Class QueryResponse

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

Модель данных ответа на поисковый запрос

public class QueryResponse : WebApiResponse, IWebApiResponse, IQueryResponse
Inheritance
QueryResponse
Implements
Inherited Members

Constructors

QueryResponse()

public QueryResponse()

Properties

Id

Идентификатор найденного объекта

public Guid Id { get; set; }

Property Value

Guid

Name

Отображаемое имя найденного объекта

public string Name { get; set; }

Property Value

string

Path

Путь к найденному объекту

public List<INamedObject> Path { get; set; }

Property Value

List<INamedObject>

TypeId

Тип найденного объекта

public IdentifiableObjectType TypeId { get; set; }

Property Value

IdentifiableObjectType