Table of Contents

Interface ICreateTableColumnDefinitionRequest

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

Модель данных для запроса на удаление таблицы.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateTableColumnDefinitionRequest))]
public interface ICreateTableColumnDefinitionRequest

Properties

StructureItem

Идентификатор элемента структуры.

IIdentifiableObject StructureItem { get; set; }

Property Value

IIdentifiableObject

TableColumnDefinition

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

IIdentifiableObject TableColumnDefinition { get; set; }

Property Value

IIdentifiableObject