C# Class Enterra.V8x1C.DOM.FixedCollection

ФиксированнаяКоллекция (FixedCollection)
Inheritance: BaseSessionObject
Afficher le fichier Open project: EnterraInc/1C-.Net-Adapter

Méthodes publiques

Méthode Description
Find ( string elementName ) : object

Найти (Find)

Get ( int index ) : object

Получить (Get)

IndexOf ( object item ) : int

Индекс (IndexOf)

Private Methods

Méthode Description
FixedCollection ( Session session, object ptr ) : System

Method Details

Find() public méthode

Найти (Find)
public Find ( string elementName ) : object
elementName string
Résultat object

Get() public méthode

Получить (Get)
public Get ( int index ) : object
index int
Résultat object

IndexOf() public méthode

Индекс (IndexOf)
public IndexOf ( object item ) : int
item object
Résultat int