C# 클래스 Enterra.V8x1C.DOM.TablePart

Табличная часть (TablePart)
상속: BaseSessionObject
파일 보기 프로젝트 열기: EnterraInc/1C-.Net-Adapter

공개 메소드들

메소드 설명
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

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

비공개 메소드들

메소드 설명
TablePart ( Session session, object ptr ) : System

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

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

Delete() 공개 메소드

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

Delete() 공개 메소드

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

Find() 공개 메소드

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

FindRows() 공개 메소드

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

Get() 공개 메소드

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

GroupBy() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Load() 공개 메소드

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

LoadColumn() 공개 메소드

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

LoadColumn() 공개 메소드

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

Move() 공개 메소드

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

Move() 공개 메소드

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

Sort() 공개 메소드

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

Total() 공개 메소드

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

Total() 공개 메소드

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

Unload() 공개 메소드

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

UnloadColumn() 공개 메소드

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

UnloadColumn() 공개 메소드

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

this() 공개 메소드

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