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

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

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
ProductMapView ( ) : System
UpdateChart ( Sales salesItem ) : void
UpdateColors ( ) : void
UpdateUI ( Product product ) : void

Protected Methods

Method Description
BindCommands ( ) : void
BindEditors ( ) : void
CreatePresenter ( ) : ProductSalesMapPresenter
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 ( ) : ProductSalesMapPresenter
return ProductSalesMapPresenter

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

ProductMapView() public method

public ProductMapView ( ) : System
return System

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 ( Product product ) : void
product Product
return void