Interface IElementFactoryFilterTableRow
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Models.AllPartSizes
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Строка таблицы конструктора компонентов.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ElementFactoryFilterTableRow))]
public interface IElementFactoryFilterTableRow : IHaveAbsoluteCode
- Inherited Members
Properties
Cells
Ячейки с данными
List<IElementFactoryFilterTableRowCell> Cells { get; set; }