Class GetByCodeConceptPropertySourceRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Представляет запрос поиска свойства понятия по коду определения свойства.
public class GetByCodeConceptPropertySourceRequest : WebApiRequest, IGetByCodeConceptPropertySourceRequest, IWebApiRequest
- Inheritance
-
GetByCodeConceptPropertySourceRequest
- Implements
- Inherited Members
Constructors
GetByCodeConceptPropertySourceRequest()
public GetByCodeConceptPropertySourceRequest()
Properties
Code
Код свойства.
public string Code { get; set; }
Property Value
Concept
Идентификатор понятия.
public IIdentifiableObject Concept { get; set; }