Table of Contents

Interface IGetLinkedElementsLocationsRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Element
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос получения расположений связанных элементов элемента-источника.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetLinkedElementsLocationsRequest))]
public interface IGetLinkedElementsLocationsRequest : IWebApiRequest

Properties

ElementLocation

Расположение элемента-источника.

string ElementLocation { get; set; }

Property Value

string

LinkDefCode

Код определения связи.

string LinkDefCode { get; set; }

Property Value

string