Table of Contents

Interface ILinkedPropertyValueItem

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Properties.Values
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(LinkedPropertyValueItem))]
public interface ILinkedPropertyValueItem

Properties

Contract

Понятие, к которому относится объединяемое свойство.

IIdentifiableObject? Contract { get; set; }

Property Value

IIdentifiableObject

Definition

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

IIdentifiableObject? Definition { get; set; }

Property Value

IIdentifiableObject

LinkedProperty

Ссылка на связанный элемент, если значение задано по связи.

IIdentifiableObject? LinkedProperty { get; set; }

Property Value

IIdentifiableObject