C# Class StarryEyes.Settings.AccountManager

Afficher le fichier Open project: karno/StarryEyes

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Contains() public méthode

public Contains ( long id ) : bool
id long
Résultat bool

Get() public méthode

public Get ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
id long
Résultat StarryEyes.Models.Accounting.TwitterAccount

GetRandomOne() public méthode

public GetRandomOne ( ) : StarryEyes.Models.Accounting.TwitterAccount
Résultat StarryEyes.Models.Accounting.TwitterAccount

GetRelatedOne() public méthode

public GetRelatedOne ( long id ) : StarryEyes.Models.Accounting.TwitterAccount
id long
Résultat StarryEyes.Models.Accounting.TwitterAccount

RemoveAccountFromId() public méthode

public RemoveAccountFromId ( long id ) : void
id long
Résultat void