Метод | Описание | |
---|---|---|
ConvertFromString ( string strData ) : BsonValue |
字符转Bsonvalue
|
|
ConvertToString ( BsonValue bsonValue ) : string |
BsonValue转展示用字符
|
|
FillDataToControl ( List |
展示数据
|
|
FillDataToListView ( string collectionName, |
将数据放入ListView中进行展示
|
|
FillJsonDataToTextBox ( |
|
|
PageChanged ( PageChangeOpr pageChangeMode, |
换页操作
|
Метод | Описание | |
---|---|---|
SetDataListToListView ( List |
普通数据的加载
|
|
SetGridFileToListView ( List |
GFS系统
|
|
SetUserListToListView ( List |
用户列表
|
public static ConvertFromString ( string strData ) : BsonValue | ||
strData | string | |
Результат | BsonValue |
public static ConvertToString ( BsonValue bsonValue ) : string | ||
bsonValue | BsonValue | |
Результат | string |
public static FillDataToControl ( List |
||
dataList | List |
|
controls | List |
|
currentDataViewInfo | ||
Результат | void |
public static FillDataToListView ( string collectionName, |
||
collectionName | string | |
lstData | ||
dataList | List |
|
Результат | void |
public static FillJsonDataToTextBox ( |
||
txtData | ||
dataList | List |
|
skipCnt | int | |
Результат | void |
public static PageChanged ( PageChangeOpr pageChangeMode, |
||
pageChangeMode | PageChangeOpr | |
mDataViewInfo | ||
dataShower | List |
|
Результат | void |