C# Class UserEfficiencyTracker.ViewModels.UserTask

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: sealuzh/PersonalAnalytics

Public Methods

Method Description
UpdateAutoSuggestionList ( string typedString, List previousSurveyEntryTasksWorkedOn ) : void

updates the current suggestion list based un the users input

UserTask ( ) : System

Private Methods

Method Description
NotifyPropertyChanged ( [ propertyName = "" ) : void

Method Details

UpdateAutoSuggestionList() public method

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

UserTask() public method

public UserTask ( ) : System
return System