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

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

Private Properties

Свойство Type Description
InitializeComponent void

Méthodes publiques

Méthode Description
BindCommands ( ) : void
CustomerAnalysis ( ) : System.Linq
LoadAnalysisData ( ) : void
LoadTemplate ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDelayedUIUpdate ( ) : void
OnParentViewModelAttached ( ) : void

Private Methods

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

CustomerAnalysis() public méthode

public CustomerAnalysis ( ) : System.Linq
Résultat System.Linq

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

LoadAnalysisData() public méthode

public LoadAnalysisData ( ) : void
Résultat void

LoadTemplate() public méthode

public LoadTemplate ( ) : void
Résultat void

OnDelayedUIUpdate() protected méthode

protected OnDelayedUIUpdate ( ) : void
Résultat void

OnParentViewModelAttached() protected méthode

protected OnParentViewModelAttached ( ) : void
Résultat void