C# Class Runt.ViewModels.ReferencesViewModel

Inheritance: FileTreeViewModel
Mostrar archivo Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

Method Description
ReferencesViewModel ( ProjectViewModel project ) : System

Protected Methods

Method Description
GetItems ( ) : IEnumerable
Initialize ( ) : void
Refresh ( ) : void

Private Methods

Method Description
GetReference ( string name ) : ReferenceViewModel
Update ( ReferencesEventArgs e ) : void

Method Details

GetItems() protected method

protected GetItems ( ) : IEnumerable
return IEnumerable

Initialize() protected method

protected Initialize ( ) : void
return void

ReferencesViewModel() public method

public ReferencesViewModel ( ProjectViewModel project ) : System
project ProjectViewModel
return System

Refresh() protected method

protected Refresh ( ) : void
return void