Class CreateConceptPropertySourceRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос на создание нового свойства понятия.
public class CreateConceptPropertySourceRequest : WebApiRequest, ICreateConceptPropertySourceRequest, IWebApiRequest
- Inheritance
-
CreateConceptPropertySourceRequest
- Implements
- Inherited Members
Constructors
CreateConceptPropertySourceRequest()
public CreateConceptPropertySourceRequest()
Properties
Concept
Объект понятия.
public IIdentifiableObject Concept { get; set; }
Property Value
PropertyDefinition
Объект определения свойства.
public IIdentifiableObject PropertyDefinition { get; set; }