Table of Contents

Class GetDetailedInfoResponse

Namespace
Ascon.Polynom.Web.Api.Data.Responses.LinkInstance
Assembly
Ascon.Polynom.Web.Api.Data.dll

Ответ на запрос детальной информации об экземпляре связи.

public class GetDetailedInfoResponse : IGetDetailedInfoResponse, IWebApiResponse
Inheritance
GetDetailedInfoResponse
Implements
Inherited Members

Constructors

GetDetailedInfoResponse()

public GetDetailedInfoResponse()

Properties

DestinationIsMultiple

Возвращает признак того, что конец-приёмник множественный

public bool DestinationIsMultiple { get; set; }

Property Value

bool

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

DestinationLinkDefinitionEnd

Роль конца связи объекта-приёмника.

public ILinkDefinitionEndRole DestinationLinkDefinitionEnd { get; set; }

Property Value

ILinkDefinitionEndRole

SourceDirection

Направление связи со стороны объекта-источника.

public LinkDefinitionDirection SourceDirection { get; set; }

Property Value

LinkDefinitionDirection

SourceIsMultiple

Возвращает признак того, что конец-источник множественный

public bool SourceIsMultiple { get; set; }

Property Value

bool

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

SourceLinkDefinitionEnd

Роль конца связи объекта-источника.

public ILinkDefinitionEndRole SourceLinkDefinitionEnd { get; set; }

Property Value

ILinkDefinitionEndRole