C# Class Enterra.V8x1C.DOM.EnumManager

ПеречислениеМенеджер (EnumManager)
Inheritance: BaseSessionObject
Datei anzeigen Open project: EnterraInc/1C-.Net-Adapter

Public Methods

Method Description
Get ( int index ) : EnumRef
IndexOf ( EnumRef enumRef ) : int

Индекс (IndexOf)

this ( int index ) : EnumRef
this ( string enumValueName ) : EnumRef

Получить значения перечисления

Private Methods

Method Description
EnumManager ( Session session, string enumName, object ptr ) : System

Method Details

Get() public method

public Get ( int index ) : EnumRef
index int
return EnumRef

IndexOf() public method

Индекс (IndexOf)
public IndexOf ( EnumRef enumRef ) : int
enumRef EnumRef
return int

this() public method

public this ( int index ) : EnumRef
index int
return EnumRef

this() public method

Получить значения перечисления
public this ( string enumValueName ) : EnumRef
enumValueName string
return EnumRef