Table of Contents

Class SetIsUniqueConceptPropertySourceRequest

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

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

public class SetIsUniqueConceptPropertySourceRequest : WebApiRequest, ISetIsUniqueConceptPropertySourceRequest, IWebApiRequest
Inheritance
SetIsUniqueConceptPropertySourceRequest
Implements
Inherited Members

Constructors

SetIsUniqueConceptPropertySourceRequest()

public SetIsUniqueConceptPropertySourceRequest()

Properties

ConceptPropertySource

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

public IIdentifiableObject ConceptPropertySource { get; set; }

Property Value

IIdentifiableObject

IsUnique

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

public bool IsUnique { get; set; }

Property Value

bool