C# Class Rubberduck.UI.FindSymbol.FindSymbolViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void
FindSymbolViewModel ( IEnumerable declarations, DeclarationIconCache cache ) : System
OnNavigate ( ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void
Search ( string value ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

FindSymbolViewModel() public méthode

public FindSymbolViewModel ( IEnumerable declarations, DeclarationIconCache cache ) : System
declarations IEnumerable
cache DeclarationIconCache
Résultat System

OnNavigate() public méthode

public OnNavigate ( ) : void
Résultat void