Table of Contents

Interface IPropertySource

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Properties
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет источник свойства.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(PropertySource))]
public interface IPropertySource : IHaveId, IHaveAbsoluteCode, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Definition

Определение свойства.

IPropertyDefinitionWithItems Definition { get; set; }

Property Value

IPropertyDefinitionWithItems

IsLinked

Признак того, что источник свойства является ссылочным.

bool IsLinked { get; set; }

Property Value

bool

true если источник свойства ссылочный; иначе, false.

LinkDefinitionEnd

Возвращает конец связи (для связанных свойств).

INamedObject? LinkDefinitionEnd { get; set; }

Property Value

INamedObject

LinkedConceptPropertySource

Возвращает связанный источник свойства.

IIdentifiableObject? LinkedConceptPropertySource { get; set; }

Property Value

IIdentifiableObject

OwnerContract

Возвращает контракт-владелец.

INamedObject? OwnerContract { get; set; }

Property Value

INamedObject