C# Class VSTalk.Engine.ViewModel.Editors.ClientEditor.ClientEditorViewModel

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

Private Properties

Свойство Type Description
RejectChangesExecuted void
SaveChangesCanExecute bool
SaveChangesExecuted void
SetCommands void

Méthodes publiques

Méthode Description
ClientEditorViewModel ( ) : System
ClientEditorViewModel ( Client client ) : System
StartListen ( ) : void
StopListen ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void
OnRejected ( ) : void
OnSaved ( ) : void

Private Methods

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

Method Details

ClientEditorViewModel() public méthode

public ClientEditorViewModel ( ) : System
Résultat System

ClientEditorViewModel() public méthode

public ClientEditorViewModel ( Client client ) : System
client VSTalk.Model.Client
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OnRejected() protected méthode

protected OnRejected ( ) : void
Résultat void

OnSaved() protected méthode

protected OnSaved ( ) : void
Résultat void

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void