C# 클래스 UserEfficiencyTracker.ViewModels.UserTask

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics

공개 메소드들

메소드 설명
UpdateAutoSuggestionList ( string typedString, List previousSurveyEntryTasksWorkedOn ) : void

updates the current suggestion list based un the users input

UserTask ( ) : System

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( [ propertyName = "" ) : void

메소드 상세

UpdateAutoSuggestionList() 공개 메소드

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

UserTask() 공개 메소드

public UserTask ( ) : System
리턴 System