C# Class EventStore.VSTools.Views.QueryTool.QueryViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: AlexeyRaga/esvstools Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
QueryViewModel ( string name, string queryUri, string queryResult ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void
UpdateQuery ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QueryViewModel() public méthode

public QueryViewModel ( string name, string queryUri, string queryResult ) : System
name string
queryUri string
queryResult string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void