C# 클래스 OfficialSamplesScript.Twitter.TwitterViewModel

this is the main view model
파일 보기 프로젝트 열기: Saltarelle/SaltarelleCompilerSamples

공개 프로퍼티들

프로퍼티 타입 설명
AddUser System.Action
CanAddUserName ComputedObservable
CurrentTweets ObservableArray
DeleteList System.Action
EditingList OfficialSamplesScript.Twitter.TweetGroup
FindSavedList TweetGroup>.Func
HasUnsavedChanges ComputedObservable
RemoveUser Action
SaveChanges System.Action
SavedLists ObservableArray
UserNameToAdd Observable
UserNameToAddIsValid ComputedObservable

공개 메소드들

메소드 설명
OnSaveChanges ( ) : void
TwitterViewModel ( List lists, string selectedList ) : System

메소드 상세

OnSaveChanges() 공개 메소드

public OnSaveChanges ( ) : void
리턴 void

TwitterViewModel() 공개 메소드

public TwitterViewModel ( List lists, string selectedList ) : System
lists List
selectedList string
리턴 System

프로퍼티 상세

AddUser 공개적으로 프로퍼티

public Action,System AddUser
리턴 System.Action

CanAddUserName 공개적으로 프로퍼티

public ComputedObservable CanAddUserName
리턴 ComputedObservable

CurrentTweets 공개적으로 프로퍼티

public ObservableArray CurrentTweets
리턴 ObservableArray

DeleteList 공개적으로 프로퍼티

public Action,System DeleteList
리턴 System.Action

EditingList 공개적으로 프로퍼티

public TweetGroup,OfficialSamplesScript.Twitter EditingList
리턴 OfficialSamplesScript.Twitter.TweetGroup

FindSavedList 공개적으로 프로퍼티

public Func FindSavedList
리턴 TweetGroup>.Func

HasUnsavedChanges 공개적으로 프로퍼티

public ComputedObservable HasUnsavedChanges
리턴 ComputedObservable

RemoveUser 공개적으로 프로퍼티

public Action RemoveUser
리턴 Action

SaveChanges 공개적으로 프로퍼티

public Action,System SaveChanges
리턴 System.Action

SavedLists 공개적으로 프로퍼티

public ObservableArray SavedLists
리턴 ObservableArray

UserNameToAdd 공개적으로 프로퍼티

public Observable UserNameToAdd
리턴 Observable

UserNameToAddIsValid 공개적으로 프로퍼티

public ComputedObservable UserNameToAddIsValid
리턴 ComputedObservable