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

Inheritance: INotifyPropertyChanged, IDisposable
ファイルを表示 Open project: AlexeyRaga/esvstools Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
UpdateQuery ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QueryViewModel() public method

public QueryViewModel ( string name, string queryUri, string queryResult ) : System
name string
queryUri string
queryResult string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void