C# Class NDG.BussinesLogic.Providers.Membership

Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

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

Private Methods

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

Method Details

AuthentificateUser() public static méthode

public static AuthentificateUser ( User user, AuthentificateUserCallback callback ) : void
user NDG.DataAccessModels.User
callback AuthentificateUserCallback
Résultat void

CheckUserData() public static méthode

public static CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
userName string
password string
serverUrl string
callback AuthentificateUserCallback
Résultat void

ResetCurrentUser() public static méthode

public static ResetCurrentUser ( ) : void
Résultat void