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

Exibir arquivo Open project: sethjuarez/DevAV

Public Methods

Method Description
BindCommands ( ) : void
BindEditors ( ) : void
CustomersGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System
SetIsSelected ( Customer customer, 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 ( Customer 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

CustomersGroupFilter() public method

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

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

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 ( Customer customer, bool selected ) : void
customer Customer
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