Table of Contents

Interface IDeleteConceptRequest

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

Модель данных для удаления понятия экземпляра связи.

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

Properties

Concept

Идентификатор понятия.

IIdentifiableObject Concept { get; set; }

Property Value

IIdentifiableObject

LinkInstance

Идентификатор экземпляра связи.

IIdentifiableObject LinkInstance { get; set; }

Property Value

IIdentifiableObject