Table of Contents

Interface ITableRow

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(TableRow))]
public interface ITableRow : IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Cells

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

List<ITableCell> Cells { get; set; }

Property Value

List<ITableCell>

Owner

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

IClassificationObject? Owner { get; set; }

Property Value

IClassificationObject