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

Inheritance: BaseModuleControl
Exibir arquivo Open project: sethjuarez/DevAV

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method 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 method

public BindCommands ( ) : void
return void

BindEditors() public method

public BindEditors ( ) : void
return void

Dispose() protected method

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

EmployeesGroupFilter() public method

public EmployeesGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System
customFilterViewModel GroupFilterViewModel
return System

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

SetIsSelected() public method

public SetIsSelected ( Employee employee, bool selected ) : void
employee Employee
selected bool
return void

ViewModel_QueryFilterCriteria() public method

public ViewModel_QueryFilterCriteria ( object sender, QueryFilterCriteriaEventArgs e ) : void
sender object
e QueryFilterCriteriaEventArgs
return void

winExplorerView_CustomUnboundColumnData() public method

public winExplorerView_CustomUnboundColumnData ( object sender, CustomColumnDataEventArgs e ) : void
sender object
e CustomColumnDataEventArgs
return void

winExplorerView_ItemClick() public method

public winExplorerView_ItemClick ( object sender, WinExplorerViewItemClickEventArgs e ) : void
sender object
e WinExplorerViewItemClickEventArgs
return void