C# 클래스 DevExpress.OutlookInspiredApp.Win.Modules.EmployeeEditView

파일 보기 프로젝트 열기: sethjuarez/DevAV

Private Properties

프로퍼티 타입 설명
InitializeComponent void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDisposing ( ) : void
OnParentViewModelAttached ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

BindCollectionViewCommands() 공개 메소드

public BindCollectionViewCommands ( ) : void
리턴 void

BindCommands() 공개 메소드

public BindCommands ( ) : void
리턴 void

BindEditors() 공개 메소드

public BindEditors ( ) : void
리턴 void

BindGalleryQuickLettersItem() 공개 메소드

public BindGalleryQuickLettersItem ( int index, EmployeeMailTemplate parameter ) : void
index int
parameter EmployeeMailTemplate
리턴 void

BindPrintItem() 공개 메소드

public BindPrintItem ( DevExpress printItem, EmployeeReportType parameter ) : void
printItem DevExpress
parameter EmployeeReportType
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EmployeeEditView() 공개 메소드

public EmployeeEditView ( ) : System.Windows.Forms
리턴 System.Windows.Forms

OnDisposing() 보호된 메소드

protected OnDisposing ( ) : void
리턴 void

OnParentViewModelAttached() 보호된 메소드

protected OnParentViewModelAttached ( ) : void
리턴 void

QueueFullNameUpdate() 공개 메소드

public QueueFullNameUpdate ( ) : void
리턴 void

QueueViewModelUpdate() 공개 메소드

public QueueViewModelUpdate ( ) : void
리턴 void

UpdateFullNameEditValue() 공개 메소드

public UpdateFullNameEditValue ( ) : void
리턴 void

UpdateUI() 공개 메소드

public UpdateUI ( Employee employee ) : void
employee Employee
리턴 void

UpdateViewModel() 공개 메소드

public UpdateViewModel ( ) : void
리턴 void

gvEvaluations_RowCellStyle() 공개 메소드

public gvEvaluations_RowCellStyle ( object sender, XtraGrid e ) : void
sender object
e XtraGrid
리턴 void

viewModel_EntityChanged() 공개 메소드

public viewModel_EntityChanged ( object sender, System e ) : void
sender object
e System
리턴 void