C# Class VSTalk.Engine.ViewModel.Editors.ContactEditor.ContactEditorViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

Méthode Description
ContactEditorViewModel ( Client client = null ) : System

Méthodes protégées

Méthode Description
OnRejected ( ) : void
OnSaved ( ) : void

Private Methods

Méthode Description
HandleChanges ( ) : void
RejectChangesExecuted ( ) : void
SaveChangesCanExecute ( ) : bool
SaveChangesExecuted ( ) : void
SetCommands ( ) : void

Method Details

ContactEditorViewModel() public méthode

public ContactEditorViewModel ( Client client = null ) : System
client VSTalk.Model.Client
Résultat System

OnRejected() protected méthode

protected OnRejected ( ) : void
Résultat void

OnSaved() protected méthode

protected OnSaved ( ) : void
Résultat void