Interface ITableRow
- 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
Owner
Возвращает владельца свойств.
IClassificationObject? Owner { get; set; }