Class EnumDesc
Перечислимый тип.
Inherited Members
Namespace: StockSharp.Micex.Schema
Assembly: StockSharp.Micex.dll
Syntax
public sealed class EnumDesc
Remarks
TEnumType: Имя String Описание String Размер Integer Тип TEnumKind КолвоКонстант Integer Константа1 String Константа2 String ... КонстантаN String
Constructors
EnumDesc()
Создать EnumDesc.
Declaration
public EnumDesc()
Properties
Constants
Константы.
Declaration
public IDictionary<string, string> Constants { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
Description
Описание.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Название.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Size
Размер.
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Title
Заголовок.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String |
Type
Тип.
Declaration
public int Type { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Преобразовать к строковому представлению.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Строковое представление. |