Table of Contents

Class TableRow

Namespace
Ascon.Polynom.Web.Api.Data.Models.TableView
Assembly
Ascon.Polynom.Web.Api.Data.dll

Строка таблицы.

public class TableRow : AccessControlObject, ITableRow, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
TableRow
Implements
Inherited Members
Extension Methods

Constructors

TableRow()

public TableRow()

Properties

Cells

Возвращает ячейки (свойства) табличной строки.

public List<ITableCell> Cells { get; set; }

Property Value

List<ITableCell>

Owner

Возвращает владельца свойств.

public IClassificationObject? Owner { get; set; }

Property Value

IClassificationObject