Table of Contents

Class TableDesc

Namespace
StockSharp.Micex.Schema
Assembly
StockSharp.Micex.dll

Таблица.

public class TableDesc
Inheritance
TableDesc
Inherited Members
Extension Methods

Remarks

TTable: Имя String Описание String Атрибуты TTableFlags ВходныеПоля TFields ВыходныеПоля TFields

Constructors

TableDesc()

Создать TableDesc.

public TableDesc()

Properties

Attributes

Атрибуты.

public TableDescAttributes Attributes { get; set; }

Property Value

TableDescAttributes

Description

Описание.

public string Description { get; set; }

Property Value

string

FieldsIn

Входные поля.

public IList<FieldDesc> FieldsIn { get; }

Property Value

IList<FieldDesc>

FieldsOut

Выходные поля.

public IList<FieldDesc> FieldsOut { get; }

Property Value

IList<FieldDesc>

Index

Индекс.

public int Index { get; set; }

Property Value

int

Name

Название.

public string Name { get; set; }

Property Value

string

Title

Заголовок.

public string Title { get; set; }

Property Value

string

Methods

ToString()

Преобразовать к строковому представлению.

public override string ToString()

Returns

string

Строковое представление.