C# 클래스 FdoToolbox.Base.Controls.FdoAggregateQueryPresenter

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
AddGroupByProperty ( ) : void
AddOrderByProperty ( ) : void
ClassChanged ( ) : void
FdoAggregateQueryPresenter ( IFdoAggregateQueryView view, FdoConnection conn ) : System
GetSchemas ( ) : void
RemoveGroupByProperty ( ) : void
RemoveOrderByProperty ( ) : void
SchemaChanged ( ) : void

메소드 상세

AddGroupByProperty() 공개 메소드

public AddGroupByProperty ( ) : void
리턴 void

AddOrderByProperty() 공개 메소드

public AddOrderByProperty ( ) : void
리턴 void

ClassChanged() 공개 메소드

public ClassChanged ( ) : void
리턴 void

FdoAggregateQueryPresenter() 공개 메소드

public FdoAggregateQueryPresenter ( IFdoAggregateQueryView view, FdoConnection conn ) : System
view IFdoAggregateQueryView
conn FdoToolbox.Core.Feature.FdoConnection
리턴 System

GetSchemas() 공개 메소드

public GetSchemas ( ) : void
리턴 void

RemoveGroupByProperty() 공개 메소드

public RemoveGroupByProperty ( ) : void
리턴 void

RemoveOrderByProperty() 공개 메소드

public RemoveOrderByProperty ( ) : void
리턴 void

SchemaChanged() 공개 메소드

public SchemaChanged ( ) : void
리턴 void