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
Viewpoints
Список представлений.
List<IViewpoint> Viewpoints { get; set; }