C# Class DevExpress.OutlookInspiredApp.Win.Modules.EmployeesGroupFilter

Inheritance: BaseModuleControl
Afficher le fichier Open project: sethjuarez/DevAV

Méthodes publiques

Méthode Description
BindCommands ( ) : void
BindEditors ( ) : void
EmployeesGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System
SetIsSelected ( Employee employee, bool selected ) : void
ViewModel_QueryFilterCriteria ( object sender, QueryFilterCriteriaEventArgs e ) : void
winExplorerView_CustomUnboundColumnData ( object sender, CustomColumnDataEventArgs e ) : void
winExplorerView_ItemClick ( object sender, WinExplorerViewItemClickEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnLoad ( System e ) : void

Private Methods

Méthode Description
GetIsSelected ( Employee employee ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

BindCommands() public méthode

public BindCommands ( ) : void
Résultat void

BindEditors() public méthode

public BindEditors ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EmployeesGroupFilter() public méthode

public EmployeesGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System
customFilterViewModel GroupFilterViewModel
Résultat System

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

SetIsSelected() public méthode

public SetIsSelected ( Employee employee, bool selected ) : void
employee Employee
selected bool
Résultat void

ViewModel_QueryFilterCriteria() public méthode

public ViewModel_QueryFilterCriteria ( object sender, QueryFilterCriteriaEventArgs e ) : void
sender object
e QueryFilterCriteriaEventArgs
Résultat void

winExplorerView_CustomUnboundColumnData() public méthode

public winExplorerView_CustomUnboundColumnData ( object sender, CustomColumnDataEventArgs e ) : void
sender object
e CustomColumnDataEventArgs
Résultat void

winExplorerView_ItemClick() public méthode

public winExplorerView_ItemClick ( object sender, WinExplorerViewItemClickEventArgs e ) : void
sender object
e WinExplorerViewItemClickEventArgs
Résultat void