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

显示文件 Open project: AlexeyRaga/esvstools Class Usage Examples

Public Methods

Method Description
OnWindowClosed ( ) : void
OnWindowOpened ( ) : void
QueryToolWindowViewModel ( ) : System.Collections.ObjectModel

Private Methods

Method Description
CloseTab ( QueryViewModel tabModel ) : void
ShowQueryResult ( string name, string queryUri, string queryResult ) : void

Method Details

OnWindowClosed() public method

public OnWindowClosed ( ) : void
return void

OnWindowOpened() public method

public OnWindowOpened ( ) : void
return void

QueryToolWindowViewModel() public method

public QueryToolWindowViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel