C# Class NDG.BussinesLogic.Providers.Membership

Show file Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
AuthentificateUser ( User user, AuthentificateUserCallback callback ) : void
CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
ResetCurrentUser ( ) : void

Private Methods

Method Description
AuthentificateUserCallback ( AuthentificationCode result ) : void
CheckUserDataCallback ( AuthentificationCode result ) : void
InvokeCallbackWithAuthCodeParameter ( AuthentificationCode param ) : void
Membership ( ) : System
SetCurrentUser ( User user ) : void

Method Details

AuthentificateUser() public static method

public static AuthentificateUser ( User user, AuthentificateUserCallback callback ) : void
user NDG.DataAccessModels.User
callback AuthentificateUserCallback
return void

CheckUserData() public static method

public static CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
userName string
password string
serverUrl string
callback AuthentificateUserCallback
return void

ResetCurrentUser() public static method

public static ResetCurrentUser ( ) : void
return void