C# Class Care.Views.Douban.DoubanAccount

Inheritance: PhoneApplicationPage, INotifyPropertyChanged
Mostrar archivo Open project: thankcreate/Care

Public Properties

Property Type Description
_CurrentAvatar String
_CurrentNickName String
_FollowerAvatar String
_FollowerNickName String

Public Methods

Method Description
DoubanAccount ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

Method 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 method

public DoubanAccount ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

Property Details

_CurrentAvatar public_oe property

public String _CurrentAvatar
return String

_CurrentNickName public_oe property

public String _CurrentNickName
return String

_FollowerAvatar public_oe property

public String _FollowerAvatar
return String

_FollowerNickName public_oe property

public String _FollowerNickName
return String