Table of Contents

Interface IGetColumnsInfoResponse

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

Ответ на запрос информации о колонках.

public interface IGetColumnsInfoResponse

Properties

Contracts

Контракты принадлежащие таблице.

List<ITableContract> Contracts { get; set; }

Property Value

List<ITableContract>