C# Class Care.Views.Douban.DoubanAccount

Inheritance: PhoneApplicationPage, INotifyPropertyChanged
Afficher le fichier Open project: thankcreate/Care

Méthodes publiques

Свойство Type Description
_CurrentAvatar String
_CurrentNickName String
_FollowerAvatar String
_FollowerNickName String

Méthodes publiques

Méthode Description
DoubanAccount ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void

Private Methods

Méthode Description
DoubanAccount_Loaded ( object sender, RoutedEventArgs e ) : void
LoginVerifyBack ( bool isSucess, DoubanSdkAuthError errCode, DoubanSdkAuth2Res response ) : void
NotifyPropertyChanged ( String propertyName ) : void
RefreshRealData ( ) : void
btnExitLogin_Click ( object sender, RoutedEventArgs e ) : void
btnLogin_Click ( object sender, RoutedEventArgs e ) : void
btnSetFollower_Click ( object sender, RoutedEventArgs e ) : void
cancleEvent ( object sender, EventArgs e ) : void
refreshMyDoubanAccount ( ) : void
refreshMyDoubanAccountIDAndGoback ( ) : void

Method Details

DoubanAccount() public méthode

public DoubanAccount ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void

Property Details

_CurrentAvatar public_oe property

public String _CurrentAvatar
Résultat String

_CurrentNickName public_oe property

public String _CurrentNickName
Résultat String

_FollowerAvatar public_oe property

public String _FollowerAvatar
Résultat String

_FollowerNickName public_oe property

public String _FollowerNickName
Résultat String