C# 클래스 MongoGUICtl.Aggregation.ConditionPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: magicdict/MongoCola

공개 프로퍼티들

프로퍼티 타입 설명
ColumnList List

공개 메소드들

메소드 설명
AddCondition ( ) : void

新增条件

ClearCondition ( ) : void

清除条件

ConditionPanel ( ) : System

初始化

GetMatchDocument ( ) : BsonDocument

获得Match文档

PutQueryToUi ( DataFilter newDataFilter ) : void

将条件转成UI

보호된 메소드들

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

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

비공개 메소드들

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

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

메소드 상세

AddCondition() 공개 메소드

新增条件
public AddCondition ( ) : void
리턴 void

ClearCondition() 공개 메소드

清除条件
public ClearCondition ( ) : void
리턴 void

ConditionPanel() 공개 메소드

初始化
public ConditionPanel ( ) : System
리턴 System

Dispose() 보호된 메소드

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

GetMatchDocument() 공개 메소드

获得Match文档
public GetMatchDocument ( ) : BsonDocument
리턴 BsonDocument

PutQueryToUi() 공개 메소드

将条件转成UI
public PutQueryToUi ( DataFilter newDataFilter ) : void
newDataFilter MongoUtility.Aggregation.DataFilter
리턴 void

프로퍼티 상세

ColumnList 공개적으로 프로퍼티

当前数据集的字段列表
public List ColumnList
리턴 List