Method | Description | |
---|---|---|
FieldPicker ( ) : System |
FieldPicker
|
|
GetAggregation ( ) : List |
Aggregation用的$project和$order
|
|
GetAggregationGroup ( ) : BsonDocument |
获取Group的ID
|
|
GetGroupId ( ) : BsonDocument |
GroupID
|
|
GetQueryFieldList ( ) : List |
|
|
InitByCurrentCollection ( bool mIsShow ) : void |
|
|
SetQueryFieldList ( List |
QueryFieldList
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
清理所有正在使用的资源。
|
Method | Description | |
---|---|---|
FieldPicker_Load ( object sender, |
|
|
InitializeComponent ( ) : void |
设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
|
|
SetFieldList ( ) : void |
加载控件
|
|
btnSelectAll_Click ( object sender, |
全部选中
|
|
btnUnSelectAll_Click ( object sender, |
全部不选中
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | 如果应释放托管资源,为 true;否则为 false。 |
return | void |
public GetAggregationGroup ( ) : BsonDocument | ||
return | BsonDocument |
public InitByCurrentCollection ( bool mIsShow ) : void | ||
mIsShow | bool | |
return | void |
public SetQueryFieldList ( List |
||
value | List |
|
return | void |