C# Class Runt.WorkspaceViewModel

Inheritance: Runt.ViewModels.FolderViewModel, IDisposable
Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
WorkspaceViewModel ( ShellViewModel shell, string path ) : System

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Load() public static méthode

public static Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
shell ShellViewModel
path string
Résultat WorkspaceViewModel

WorkspaceViewModel() public méthode

public WorkspaceViewModel ( ShellViewModel shell, string path ) : System
shell ShellViewModel
path string
Résultat System