C# Class Gilgame.SEWorkbench.ViewModels.BlueprintViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode Description
BlueprintViewModel ( BaseViewModel parent ) : System
Clear ( ) : void
PerformEditProgram ( ) : void
PerformInsertName ( ) : void
PerformRenameBlock ( ) : void
PerformSearch ( ) : void
RaiseInsertRequested ( ) : void
RaiseSelectionChanged ( ) : void
SetBlueprint ( ObservableSortedList grid ) : void

Private Methods

Méthode Description
FindMatches ( string text, GridItemViewModel item ) : IEnumerable
FindSelected ( GridItemViewModel item ) : IEnumerable
FindSelectedItem ( ) : GridItemViewModel
SetBlueprint ( GridItemViewModel root ) : void
VerifyMatchingItemEnumerator ( ) : void
VerifySelectedItemEnumerator ( ) : void

Method Details

BlueprintViewModel() public méthode

public BlueprintViewModel ( BaseViewModel parent ) : System
parent BaseViewModel
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

PerformEditProgram() public méthode

public PerformEditProgram ( ) : void
Résultat void

PerformInsertName() public méthode

public PerformInsertName ( ) : void
Résultat void

PerformRenameBlock() public méthode

public PerformRenameBlock ( ) : void
Résultat void

PerformSearch() public méthode

public PerformSearch ( ) : void
Résultat void

RaiseInsertRequested() public méthode

public RaiseInsertRequested ( ) : void
Résultat void

RaiseSelectionChanged() public méthode

public RaiseSelectionChanged ( ) : void
Résultat void

SetBlueprint() public méthode

public SetBlueprint ( ObservableSortedList grid ) : void
grid ObservableSortedList
Résultat void