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

Inheritance: BaseModuleControl, IRibbonModule
Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
BindCommands ( ) : void
CustomerAnalysis ( ) : System.Linq
LoadAnalysisData ( ) : void
LoadTemplate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDelayedUIUpdate ( ) : void
OnParentViewModelAttached ( ) : void

Private Methods

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

CustomerAnalysis() public method

public CustomerAnalysis ( ) : System.Linq
return System.Linq

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

LoadAnalysisData() public method

public LoadAnalysisData ( ) : void
return void

LoadTemplate() public method

public LoadTemplate ( ) : void
return void

OnDelayedUIUpdate() protected method

protected OnDelayedUIUpdate ( ) : void
return void

OnParentViewModelAttached() protected method

protected OnParentViewModelAttached ( ) : void
return void