Table of Contents

Class TableCell

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

Ячейка таблицы.

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

Constructors

TableCell()

public TableCell()

Properties

Column

Возвращает колонку.

public IIdentifiableObject Column { get; set; }

Property Value

IIdentifiableObject

PropertyValue

Возвращает значение ячейки.

public IIdentifiableObject PropertyValue { get; set; }

Property Value

IIdentifiableObject