Table of Contents

Interface IUpdateMeasureUnitOfColumnRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Table
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateMeasureUnitOfColumnRequest))]
public interface IUpdateMeasureUnitOfColumnRequest

Properties

MeasureUnit

Идентификатор единицы измерения.

IIdentifiableObject MeasureUnit { get; set; }

Property Value

IIdentifiableObject

TableColumnDefinition

Идентификатор определения столбца таблицы.

IIdentifiableObject TableColumnDefinition { get; set; }

Property Value

IIdentifiableObject