Table of Contents

Class LinkedPropertyInfo

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

Информация о связанном свойстве.

public class LinkedPropertyInfo : IdentifiableObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, ILinkedPropertyInfo
Inheritance
LinkedPropertyInfo
Implements
Inherited Members
Extension Methods

Constructors

LinkedPropertyInfo()

public LinkedPropertyInfo()

Properties

LinkDefinitionEnd

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

public ILinkDefinitionEnd LinkDefinitionEnd { get; set; }

Property Value

ILinkDefinitionEnd

LinkableItem

Возвращает или задает связанный элемент.

public ILinkable LinkableItem { get; set; }

Property Value

ILinkable