C# Class Enterra.V8x1C.DOM.TablePart

Табличная часть (TablePart)
Inheritance: BaseSessionObject
Datei anzeigen Open project: EnterraInc/1C-.Net-Adapter

Public Methods

Method Description
Add ( ) : TablePartRow

Добавить (Add)

Clear ( ) : void

Очистить (Clear)

Delete ( TablePartRow row ) : void

Удалить (Delete)

Delete ( int rowIndex ) : void

Удалить (Delete)

Find ( object value, string columnNames ) : TablePartRow

Найти (Find)

FindRows ( Structure filter ) : ArrayV8

НайтиСтроки (FindRows)

Get ( int rowIndex ) : TablePartRow

Получить (Get)

GroupBy ( string groupColumnNames, string sumColumnNames ) : void

Свернуть (GroupBy)

IndexOf ( TablePartRow tableRow ) : int

Индекс (IndexOf)

Insert ( int index ) : TablePartRow

Вставить (Insert)

Load ( ValueTable table ) : void

Загрузить (Load)

LoadColumn ( ArrayV8 values, int columnIndex ) : void

ЗагрузитьКолонку (LoadColumn)

LoadColumn ( ArrayV8 values, string columnName ) : void

ЗагрузитьКолонку (LoadColumn)

Move ( TablePartRow row, int shift ) : void

Сдвинуть (Move)

Move ( int rowIndex, int shift ) : void

Сдвинуть (Move)

Sort ( string columnNames ) : void

Сортировать (Sort)

Total ( int columnIndex ) : object

Итог (Total)

Total ( string columnName ) : object

Итог (Total)

Unload ( ) : ValueTable

Выгрузить (Unload)

UnloadColumn ( int columnIndex ) : ArrayV8

ВыгрузитьКолонку (UnloadColumn)

UnloadColumn ( string columnName ) : ArrayV8

ВыгрузитьКолонку (UnloadColumn)

this ( int rowIndex ) : TablePartRow

Получить строку

Private Methods

Method Description
TablePart ( Session session, object ptr ) : System

Method Details

Add() public method

Добавить (Add)
public Add ( ) : TablePartRow
return TablePartRow

Clear() public method

Очистить (Clear)
public Clear ( ) : void
return void

Delete() public method

Удалить (Delete)
public Delete ( TablePartRow row ) : void
row TablePartRow
return void

Delete() public method

Удалить (Delete)
public Delete ( int rowIndex ) : void
rowIndex int
return void

Find() public method

Найти (Find)
public Find ( object value, string columnNames ) : TablePartRow
value object
columnNames string
return TablePartRow

FindRows() public method

НайтиСтроки (FindRows)
public FindRows ( Structure filter ) : ArrayV8
filter Structure
return ArrayV8

Get() public method

Получить (Get)
public Get ( int rowIndex ) : TablePartRow
rowIndex int
return TablePartRow

GroupBy() public method

Свернуть (GroupBy)
public GroupBy ( string groupColumnNames, string sumColumnNames ) : void
groupColumnNames string
sumColumnNames string
return void

IndexOf() public method

Индекс (IndexOf)
public IndexOf ( TablePartRow tableRow ) : int
tableRow TablePartRow
return int

Insert() public method

Вставить (Insert)
public Insert ( int index ) : TablePartRow
index int
return TablePartRow

Load() public method

Загрузить (Load)
public Load ( ValueTable table ) : void
table ValueTable
return void

LoadColumn() public method

ЗагрузитьКолонку (LoadColumn)
public LoadColumn ( ArrayV8 values, int columnIndex ) : void
values ArrayV8
columnIndex int
return void

LoadColumn() public method

ЗагрузитьКолонку (LoadColumn)
public LoadColumn ( ArrayV8 values, string columnName ) : void
values ArrayV8
columnName string
return void

Move() public method

Сдвинуть (Move)
public Move ( TablePartRow row, int shift ) : void
row TablePartRow
shift int
return void

Move() public method

Сдвинуть (Move)
public Move ( int rowIndex, int shift ) : void
rowIndex int
shift int
return void

Sort() public method

Сортировать (Sort)
public Sort ( string columnNames ) : void
columnNames string
return void

Total() public method

Итог (Total)
public Total ( int columnIndex ) : object
columnIndex int
return object

Total() public method

Итог (Total)
public Total ( string columnName ) : object
columnName string
return object

Unload() public method

Выгрузить (Unload)
public Unload ( ) : ValueTable
return ValueTable

UnloadColumn() public method

ВыгрузитьКолонку (UnloadColumn)
public UnloadColumn ( int columnIndex ) : ArrayV8
columnIndex int
return ArrayV8

UnloadColumn() public method

ВыгрузитьКолонку (UnloadColumn)
public UnloadColumn ( string columnName ) : ArrayV8
columnName string
return ArrayV8

this() public method

Получить строку
public this ( int rowIndex ) : TablePartRow
rowIndex int
return TablePartRow