C# Class UserEfficiencyTracker.ViewModels.UserTask

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: sealuzh/PersonalAnalytics

Méthodes publiques

Méthode Description
UpdateAutoSuggestionList ( string typedString, List previousSurveyEntryTasksWorkedOn ) : void

updates the current suggestion list based un the users input

UserTask ( ) : System

Private Methods

Méthode Description
NotifyPropertyChanged ( [ propertyName = "" ) : void

Method Details

UpdateAutoSuggestionList() public méthode

updates the current suggestion list based un the users input
public UpdateAutoSuggestionList ( string typedString, List previousSurveyEntryTasksWorkedOn ) : void
typedString string
previousSurveyEntryTasksWorkedOn List
Résultat void

UserTask() public méthode

public UserTask ( ) : System
Résultat System