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

Afficher le fichier Open project: sethjuarez/DevAV Class Usage Examples

Méthodes publiques

Méthode Description
CustomerView ( ) : DevExpress.DevAV
UpdateUI ( Customer customer ) : void
ViewModel_EntityChanged ( object sender, System e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnLoad ( System e ) : 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

CustomerView() public méthode

public CustomerView ( ) : DevExpress.DevAV
Résultat DevExpress.DevAV

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

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

UpdateUI() public méthode

public UpdateUI ( Customer customer ) : void
customer Customer
Résultat void

ViewModel_EntityChanged() public méthode

public ViewModel_EntityChanged ( object sender, System e ) : void
sender object
e System
Résultat void