Interface IGetLinkedElementsLocationsRequest
- 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
LinkDefCode
Код определения связи.
string LinkDefCode { get; set; }