Interface IElementFactoryFilterTable
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Models.AllPartSizes
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Таблица конструктора компонентов.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ElementFactoryFilterTable))]
public interface IElementFactoryFilterTable : IHaveAbsoluteCode, IHaveName, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>
- Inherited Members
- Extension Methods
Properties
Columns
Столбцы таблицы конструктора компонентов.
List<IElementFactoryFilterTableColumn> Columns { get; set; }
Property Value
Rows
Строки таблицы конструктора компонентов.
List<IElementFactoryFilterTableRow> Rows { get; set; }