C# Class Enterra.V8x1C.DOM.ValueTableRow

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

Public Methods

Method Description
this ( int columnIndex ) : object

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

this ( string columnName ) : object

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

Protected Methods

Method Description
OnPtrRequired ( ) : void

Private Methods

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

Method Details

OnPtrRequired() protected method

protected OnPtrRequired ( ) : void
return void

this() public method

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

this() public method

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