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
Concept
Идентификатор понятия.
IIdentifiableObject Concept { get; set; }