C# 클래스 NDG.BussinesLogic.Providers.Membership

파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
AuthentificateUser ( User user, AuthentificateUserCallback callback ) : void
CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void
ResetCurrentUser ( ) : void

비공개 메소드들

메소드 설명
AuthentificateUserCallback ( AuthentificationCode result ) : void
CheckUserDataCallback ( AuthentificationCode result ) : void
InvokeCallbackWithAuthCodeParameter ( AuthentificationCode param ) : void
Membership ( ) : System
SetCurrentUser ( User user ) : void

메소드 상세

AuthentificateUser() 공개 정적인 메소드

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

CheckUserData() 공개 정적인 메소드

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

ResetCurrentUser() 공개 정적인 메소드

public static ResetCurrentUser ( ) : void
리턴 void