C# Class FdoToolbox.Base.Controls.FdoAggregateQueryPresenter

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddGroupByProperty ( ) : void
Résultat void

AddOrderByProperty() public méthode

public AddOrderByProperty ( ) : void
Résultat void

ClassChanged() public méthode

public ClassChanged ( ) : void
Résultat void

FdoAggregateQueryPresenter() public méthode

public FdoAggregateQueryPresenter ( IFdoAggregateQueryView view, FdoConnection conn ) : System
view IFdoAggregateQueryView
conn FdoToolbox.Core.Feature.FdoConnection
Résultat System

GetSchemas() public méthode

public GetSchemas ( ) : void
Résultat void

RemoveGroupByProperty() public méthode

public RemoveGroupByProperty ( ) : void
Résultat void

RemoveOrderByProperty() public méthode

public RemoveOrderByProperty ( ) : void
Résultat void

SchemaChanged() public méthode

public SchemaChanged ( ) : void
Résultat void