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
Description
Описание.
public string Description { get; set; }
Property Value
FieldsIn
Входные поля.
public IList<FieldDesc> FieldsIn { get; }
Property Value
FieldsOut
Выходные поля.
public IList<FieldDesc> FieldsOut { get; }
Property Value
Index
Индекс.
public int Index { get; set; }
Property Value
Name
Название.
public string Name { get; set; }
Property Value
Title
Заголовок.
public string Title { get; set; }
Property Value
Methods
ToString()
Преобразовать к строковому представлению.
public override string ToString()
Returns
- string
Строковое представление.