Table of Contents

Interface IQueryResponse

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(QueryResponse))]
public interface IQueryResponse

Properties

Id

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

Guid Id { get; set; }

Property Value

Guid

Name

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

string Name { get; set; }

Property Value

string

Path

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

List<INamedObject> Path { get; set; }

Property Value

List<INamedObject>

TypeId

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

IdentifiableObjectType TypeId { get; set; }

Property Value

IdentifiableObjectType