Table of Contents

Interface IGetByCodeConceptPropertySourceRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.ConceptPropertySource
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос поиска свойства понятия по коду определения свойства.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByCodeConceptPropertySourceRequest))]
public interface IGetByCodeConceptPropertySourceRequest : IWebApiRequest

Properties

Code

Код свойства.

string Code { get; set; }

Property Value

string

Concept

Идентификатор понятия.

IIdentifiableObject Concept { get; set; }

Property Value

IIdentifiableObject