C# Class Enterra.V8x1C.DOM.TablePart

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

Méthodes publiques

Méthode 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

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

Method Details

Add() public méthode

Добавить (Add)
public Add ( ) : TablePartRow
Résultat TablePartRow

Clear() public méthode

Очистить (Clear)
public Clear ( ) : void
Résultat void

Delete() public méthode

Удалить (Delete)
public Delete ( TablePartRow row ) : void
row TablePartRow
Résultat void

Delete() public méthode

Удалить (Delete)
public Delete ( int rowIndex ) : void
rowIndex int
Résultat void

Find() public méthode

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

FindRows() public méthode

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

Get() public méthode

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

GroupBy() public méthode

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

IndexOf() public méthode

Индекс (IndexOf)
public IndexOf ( TablePartRow tableRow ) : int
tableRow TablePartRow
Résultat int

Insert() public méthode

Вставить (Insert)
public Insert ( int index ) : TablePartRow
index int
Résultat TablePartRow

Load() public méthode

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

LoadColumn() public méthode

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

LoadColumn() public méthode

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

Move() public méthode

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

Move() public méthode

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

Sort() public méthode

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

Total() public méthode

Итог (Total)
public Total ( int columnIndex ) : object
columnIndex int
Résultat object

Total() public méthode

Итог (Total)
public Total ( string columnName ) : object
columnName string
Résultat object

Unload() public méthode

Выгрузить (Unload)
public Unload ( ) : ValueTable
Résultat ValueTable

UnloadColumn() public méthode

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

UnloadColumn() public méthode

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

this() public méthode

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