Table of Contents

Interface ISetIsUniqueConceptPropertySourceRequest

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

Запрос на установку признака уникальности свойства понятия.

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

Properties

ConceptPropertySource

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

IIdentifiableObject ConceptPropertySource { get; set; }

Property Value

IIdentifiableObject

IsUnique

Флаг уникальности свойства.

bool IsUnique { get; set; }

Property Value

bool