C# Class FdoToolbox.Base.Controls.FdoAggregateQueryPresenter

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddGroupByProperty ( ) : void
AddOrderByProperty ( ) : void
ClassChanged ( ) : void
FdoAggregateQueryPresenter ( IFdoAggregateQueryView view, FdoConnection conn ) : System
GetSchemas ( ) : void
RemoveGroupByProperty ( ) : void
RemoveOrderByProperty ( ) : void
SchemaChanged ( ) : void

Method Details

AddGroupByProperty() public method

public AddGroupByProperty ( ) : void
return void

AddOrderByProperty() public method

public AddOrderByProperty ( ) : void
return void

ClassChanged() public method

public ClassChanged ( ) : void
return void

FdoAggregateQueryPresenter() public method

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

GetSchemas() public method

public GetSchemas ( ) : void
return void

RemoveGroupByProperty() public method

public RemoveGroupByProperty ( ) : void
return void

RemoveOrderByProperty() public method

public RemoveOrderByProperty ( ) : void
return void

SchemaChanged() public method

public SchemaChanged ( ) : void
return void