C# Class Enterra.V8x1C.DOM.ValueTableRow

СтрокаТаблицыЗначений (ValueTableRow)
Inheritance: BaseSessionObject
Afficher le fichier Open project: EnterraInc/1C-.Net-Adapter Class Usage Examples

Méthodes publiques

Méthode Description
this ( int columnIndex ) : object

Получить значение колонки

this ( string columnName ) : object

Получить значение колонки

Méthodes protégées

Méthode Description
OnPtrRequired ( ) : void

Private Methods

Méthode Description
ValueTableRow ( Session session, object ptr ) : System
ValueTableRow ( ValueTable table, int index ) : System
this ( ValueTableColumn column ) : object

Method Details

OnPtrRequired() protected méthode

protected OnPtrRequired ( ) : void
Résultat void

this() public méthode

Получить значение колонки
public this ( int columnIndex ) : object
columnIndex int
Résultat object

this() public méthode

Получить значение колонки
public this ( string columnName ) : object
columnName string
Résultat object