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

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

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
CustomerMapView ( ) : System
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
UpdateChart ( Sales salesItem ) : void
UpdateColors ( ) : void
UpdateUI ( Customer customer ) : void

Protected Methods

Method Description
BindCommands ( ) : void
BindEditors ( ) : void
CreatePresenter ( ) : CustomerSalesMapPresenter
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : 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() protected method

protected BindCommands ( ) : void
return void

BindEditors() protected method

protected BindEditors ( ) : void
return void

CreatePresenter() protected method

protected CreatePresenter ( ) : CustomerSalesMapPresenter
return CustomerSalesMapPresenter

CustomerMapView() public method

public CustomerMapView ( ) : System
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

LookAndFeel_StyleChanged() public method

public LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

UpdateChart() public method

public UpdateChart ( Sales salesItem ) : void
salesItem Sales
return void

UpdateColors() public method

public UpdateColors ( ) : void
return void

UpdateUI() public method

public UpdateUI ( Customer customer ) : void
customer Customer
return void