Table of Contents

Interface ITableCellValueRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Properties.Values.Table
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных для назначения значений ячейкам табличного свойства.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(TableCellValueRequest))]
public interface ITableCellValueRequest : IWebApiRequest

Properties

Column

Столбец.

int Column { get; set; }

Property Value

int

Row

Строка.

int Row { get; set; }

Property Value

int

Value

Значение ячейки.

IIdentifiableObject? Value { get; set; }

Property Value

IIdentifiableObject