Table of Contents

Interface ICreateConceptPropertySourceRequest

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

Запрос на создание нового свойства понятия.

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

Properties

Concept

Объект понятия.

IIdentifiableObject Concept { get; set; }

Property Value

IIdentifiableObject

PropertyDefinition

Объект определения свойства.

IIdentifiableObject PropertyDefinition { get; set; }

Property Value

IIdentifiableObject