Table of Contents

Class EnumDesc

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

Перечислимый тип.

public sealed class EnumDesc
Inheritance
EnumDesc
Inherited Members
Extension Methods

Remarks

TEnumType: Имя String Описание String Размер Integer Тип TEnumKind КолвоКонстант Integer Константа1 String Константа2 String ... КонстантаN String

Constructors

EnumDesc()

Создать EnumDesc.

public EnumDesc()

Properties

Constants

Константы.

public IDictionary<string, string> Constants { get; }

Property Value

IDictionary<string, string>

Description

Описание.

public string Description { get; set; }

Property Value

string

Name

Название.

public string Name { get; set; }

Property Value

string

Size

Размер.

public int Size { get; set; }

Property Value

int

Title

Заголовок.

public string Title { get; set; }

Property Value

string

Type

Тип.

public int Type { get; set; }

Property Value

int

Methods

ToString()

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

public override string ToString()

Returns

string

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