C# 클래스 StarryEyes.Settings.AccountManager

파일 보기 프로젝트 열기: karno/StarryEyes

공개 메소드들

메소드 설명
Contains ( long id ) : bool
Get ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
GetRandomOne ( ) : StarryEyes.Models.Accounting.TwitterAccount
GetRelatedOne ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
RemoveAccountFromId ( long id ) : void

비공개 메소드들

메소드 설명
AccountManager ( Setting settingItem ) : System
AddAccountSub ( long id ) : System.Threading.Tasks.Task
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RemoveAccountSub ( long id ) : System.Threading.Tasks.Task
SynchronizeDb ( ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( long id ) : bool
id long
리턴 bool

Get() 공개 메소드

public Get ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
id long
리턴 StarryEyes.Models.Accounting.TwitterAccount

GetRandomOne() 공개 메소드

public GetRandomOne ( ) : StarryEyes.Models.Accounting.TwitterAccount
리턴 StarryEyes.Models.Accounting.TwitterAccount

GetRelatedOne() 공개 메소드

public GetRelatedOne ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
id long
리턴 StarryEyes.Models.Accounting.TwitterAccount

RemoveAccountFromId() 공개 메소드

public RemoveAccountFromId ( long id ) : void
id long
리턴 void