Метод | Описание | |
---|---|---|
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 |
||
AddAccountSub ( long id ) : System.Threading.Tasks.Task | ||
CollectionChanged ( object sender, |
||
RemoveAccountSub ( long id ) : System.Threading.Tasks.Task | ||
SynchronizeDb ( ) : void |
public Get ( long id ) : StarryEyes.Models.Accounting.TwitterAccount | ||
id | long | |
Результат | StarryEyes.Models.Accounting.TwitterAccount |
public GetRandomOne ( ) : StarryEyes.Models.Accounting.TwitterAccount | ||
Результат | StarryEyes.Models.Accounting.TwitterAccount |
public GetRelatedOne ( long id ) : StarryEyes.Models.Accounting.TwitterAccount | ||
id | long | |
Результат | StarryEyes.Models.Accounting.TwitterAccount |
public RemoveAccountFromId ( long id ) : void | ||
id | long | |
Результат | void |