C# 클래스 VSTalk.Engine.ViewModel.Editors.ContactEditor.ContactEditorViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

공개 메소드들

메소드 설명
ContactEditorViewModel ( Client client = null ) : System

보호된 메소드들

메소드 설명
OnRejected ( ) : void
OnSaved ( ) : void

비공개 메소드들

메소드 설명
HandleChanges ( ) : void
RejectChangesExecuted ( ) : void
SaveChangesCanExecute ( ) : bool
SaveChangesExecuted ( ) : void
SetCommands ( ) : void

메소드 상세

ContactEditorViewModel() 공개 메소드

public ContactEditorViewModel ( Client client = null ) : System
client VSTalk.Model.Client
리턴 System

OnRejected() 보호된 메소드

protected OnRejected ( ) : void
리턴 void

OnSaved() 보호된 메소드

protected OnSaved ( ) : void
리턴 void