C# Class StarryEyes.Models.Backstages.BackstageAccountModel

Afficher le fichier Open project: karno/StarryEyes Class Usage Examples

Méthodes publiques

Méthode Description
BackstageAccountModel ( StarryEyes.Models.Accounting.TwitterAccount account ) : System
NotifyFallbackState ( bool isFallbacked ) : void
Reconnect ( ) : void

Private Methods

Méthode Description
RaiseConnectionStateChanged ( ) : void
RaiseFallbackStateUpdated ( ) : void
RaiseTwitterUserChanged ( ) : void
UpdateConnectionState ( ) : void

Method Details

BackstageAccountModel() public méthode

public BackstageAccountModel ( StarryEyes.Models.Accounting.TwitterAccount account ) : System
account StarryEyes.Models.Accounting.TwitterAccount
Résultat System

NotifyFallbackState() public méthode

public NotifyFallbackState ( bool isFallbacked ) : void
isFallbacked bool
Résultat void

Reconnect() public méthode

public Reconnect ( ) : void
Résultat void