Table of Contents

Interface ICreateElementAllPartSizesAsync

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Responses.AllPartSize
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных ответа при создании объекта.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateElementAllPartSizesAsync))]
public interface ICreateElementAllPartSizesAsync

Properties

Element

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

IElement Element { get; set; }

Property Value

IElement

Viewpoints

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

List<IViewpoint> Viewpoints { get; set; }

Property Value

List<IViewpoint>