Table of Contents

Class TableRow

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

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

public class TableRow : ClassificationAccessRight, ITableRow, IClassificationAccessRight, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveAccessRight
Inheritance
TableRow
Implements
Inherited Members
Extension Methods

Constructors

TableRow()

public TableRow()

Properties

AccessRight

Права доступа.

public AccessRights AccessRight { get; set; }

Property Value

AccessRights

Cells

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

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

Property Value

List<ITableCell>

Owner

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

public IClassificationObject? Owner { get; set; }

Property Value

IClassificationObject