C# Class csAppraisalPlugin.ViewModels.CompareResultsViewModel

Inheritance: Caliburn.Micro.Screen, ICompareResults
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
GotoDetailedView ( int index ) : void

Méthodes protégées

Méthode Description
OnActivate ( ) : void
OnInitialize ( ) : void

Private Methods

Méthode Description
DrawSpiderOnImage ( int index ) : void
FunctionOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
FunctionsOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnGotoDetailedView ( Appraisal appraisal ) : void
RedrawAllSpiders ( ) : void
SelectedAppraisalsOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Method Details

GotoDetailedView() public méthode

public GotoDetailedView ( int index ) : void
index int
Résultat void

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void