Table of Contents

Interface ICreateConceptRequest

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

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

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

Properties

Name

Название понятия.

string Name { get; set; }

Property Value

string

Parent

Идентификатор родительского понятия.

IIdentifiableObject? Parent { get; set; }

Property Value

IIdentifiableObject