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

Afficher le fichier Open project: sethjuarez/DevAV

Private Properties

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

Méthodes publiques

Méthode Description
BindCollectionViewCommands ( ) : void
BindCommands ( ) : void
BindEditors ( ) : void
BindGalleryQuickLettersItem ( int index, EmployeeMailTemplate parameter ) : void
BindPrintItem ( DevExpress printItem, EmployeeReportType parameter ) : void
EmployeeEditView ( ) : System.Windows.Forms
QueueFullNameUpdate ( ) : void
QueueViewModelUpdate ( ) : void
UpdateFullNameEditValue ( ) : void
UpdateUI ( Employee employee ) : void
UpdateViewModel ( ) : void
gvEvaluations_RowCellStyle ( object sender, XtraGrid e ) : 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
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

BindCollectionViewCommands() public méthode

public BindCollectionViewCommands ( ) : void
Résultat void

BindCommands() public méthode

public BindCommands ( ) : void
Résultat void

BindEditors() public méthode

public BindEditors ( ) : void
Résultat void

BindGalleryQuickLettersItem() public méthode

public BindGalleryQuickLettersItem ( int index, EmployeeMailTemplate parameter ) : void
index int
parameter EmployeeMailTemplate
Résultat void

BindPrintItem() public méthode

public BindPrintItem ( DevExpress printItem, EmployeeReportType parameter ) : void
printItem DevExpress
parameter EmployeeReportType
Résultat void

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

EmployeeEditView() public méthode

public EmployeeEditView ( ) : System.Windows.Forms
Résultat System.Windows.Forms

OnDisposing() protected méthode

protected OnDisposing ( ) : void
Résultat void

OnParentViewModelAttached() protected méthode

protected OnParentViewModelAttached ( ) : void
Résultat void

QueueFullNameUpdate() public méthode

public QueueFullNameUpdate ( ) : void
Résultat void

QueueViewModelUpdate() public méthode

public QueueViewModelUpdate ( ) : void
Résultat void

UpdateFullNameEditValue() public méthode

public UpdateFullNameEditValue ( ) : void
Résultat void

UpdateUI() public méthode

public UpdateUI ( Employee employee ) : void
employee Employee
Résultat void

UpdateViewModel() public méthode

public UpdateViewModel ( ) : void
Résultat void

gvEvaluations_RowCellStyle() public méthode

public gvEvaluations_RowCellStyle ( object sender, XtraGrid e ) : void
sender object
e XtraGrid
Résultat void

viewModel_EntityChanged() public méthode

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