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

Exibir arquivo Open project: sethjuarez/DevAV

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnParentViewModelAttached ( ) : 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

BindCollectionViewCommands() public method

public BindCollectionViewCommands ( ) : void
return void

BindCommands() public method

public BindCommands ( ) : void
return void

BindEditors() public method

public BindEditors ( ) : void
return void

BindGalleryQuickLettersItem() public method

public BindGalleryQuickLettersItem ( int index, EmployeeMailTemplate parameter ) : void
index int
parameter EmployeeMailTemplate
return void

BindPrintItem() public method

public BindPrintItem ( DevExpress printItem, EmployeeReportType parameter ) : void
printItem DevExpress
parameter EmployeeReportType
return void

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

EmployeeEditView() public method

public EmployeeEditView ( ) : System.Windows.Forms
return System.Windows.Forms

OnDisposing() protected method

protected OnDisposing ( ) : void
return void

OnParentViewModelAttached() protected method

protected OnParentViewModelAttached ( ) : void
return void

QueueFullNameUpdate() public method

public QueueFullNameUpdate ( ) : void
return void

QueueViewModelUpdate() public method

public QueueViewModelUpdate ( ) : void
return void

UpdateFullNameEditValue() public method

public UpdateFullNameEditValue ( ) : void
return void

UpdateUI() public method

public UpdateUI ( Employee employee ) : void
employee Employee
return void

UpdateViewModel() public method

public UpdateViewModel ( ) : void
return void

gvEvaluations_RowCellStyle() public method

public gvEvaluations_RowCellStyle ( object sender, XtraGrid e ) : void
sender object
e XtraGrid
return void

viewModel_EntityChanged() public method

public viewModel_EntityChanged ( object sender, System e ) : void
sender object
e System
return void