C# Класс StarryEyes.Settings.AccountManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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