C# 클래스 MongoGUICtl.Aggregation.FieldPicker

파일 보기 프로젝트 열기: magicdict/MongoCola

공개 메소드들

메소드 설명
FieldPicker ( ) : System

FieldPicker

GetAggregation ( ) : List

Aggregation用的$project和$order

GetAggregationGroup ( ) : BsonDocument

获取Group的ID

GetGroupId ( ) : BsonDocument

GroupID

GetQueryFieldList ( ) : List

InitByCurrentCollection ( bool mIsShow ) : void

SetQueryFieldList ( List value ) : void

QueryFieldList

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
FieldPicker_Load ( object sender, EventArgs e ) : void

InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

SetFieldList ( ) : void

加载控件

btnSelectAll_Click ( object sender, EventArgs e ) : void

全部选中

btnUnSelectAll_Click ( object sender, EventArgs e ) : void

全部不选中

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

FieldPicker() 공개 메소드

FieldPicker
public FieldPicker ( ) : System
리턴 System

GetAggregation() 공개 메소드

Aggregation用的$project和$order
public GetAggregation ( ) : List
리턴 List

GetAggregationGroup() 공개 메소드

获取Group的ID
public GetAggregationGroup ( ) : BsonDocument
리턴 BsonDocument

GetGroupId() 공개 메소드

GroupID
public GetGroupId ( ) : BsonDocument
리턴 BsonDocument

GetQueryFieldList() 공개 메소드

public GetQueryFieldList ( ) : List
리턴 List

InitByCurrentCollection() 공개 메소드

public InitByCurrentCollection ( bool mIsShow ) : void
mIsShow bool
리턴 void

SetQueryFieldList() 공개 메소드

QueryFieldList
public SetQueryFieldList ( List value ) : void
value List
리턴 void