Table of Contents

Interface ILinkViewpointsToElementRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Viewpoint
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(LinkViewpointsToElementRequest))]
public interface ILinkViewpointsToElementRequest : IWebApiRequest

Properties

Element

Элемент, к которому производится привязка.

IIdentifiableObject Element { get; set; }

Property Value

IIdentifiableObject

Viewpoints

Список представлений для добавления.

List<IIdentifiableObject> Viewpoints { get; set; }

Property Value

List<IIdentifiableObject>