C# Class Runt.WorkspaceViewModel

Inheritance: Runt.ViewModels.FolderViewModel, IDisposable
Show file Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
WorkspaceViewModel ( ShellViewModel shell, string path ) : System

Private Methods

Method Description
Add ( ProjectViewModel project ) : Project>.Tuple
FileChanged ( object sender, FileSystemEventArgs e ) : void
HostConfigurations ( object sender, ConfigurationsEventArgs e ) : void
HostConnected ( object sender, EventArgs e ) : void
HostReferences ( object sender, ReferencesEventArgs e ) : void
InitializeWorkspace ( ) : void
OpenFile ( FileInfo file, ILanguageService language ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Load() public static method

public static Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
shell ShellViewModel
path string
return WorkspaceViewModel

WorkspaceViewModel() public method

public WorkspaceViewModel ( ShellViewModel shell, string path ) : System
shell ShellViewModel
path string
return System