C# Class XamarinEvolveSSLibrary.WebserviceUserAccess

Inheritance: UserAccess
Datei anzeigen Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
CommitCurrentUserChanges ( ) : void
DeleteUser ( ) : void
GetCurrentUser ( ) : User
Logout ( ) : void
WebserviceUserAccess ( ClientWrapper clientWrapper ) : System

Protected Methods

Method Description
CreateNewUser ( string username, string password ) : User
GetUsers ( ) : UserList
UserLogin ( string username, string password ) : User

Private Methods

Method Description
SendLoginAuth ( string username, string password ) : void
SendLogoutAuth ( ) : void

Method Details

CommitCurrentUserChanges() public method

public CommitCurrentUserChanges ( ) : void
return void

CreateNewUser() protected method

protected CreateNewUser ( string username, string password ) : User
username string
password string
return User

DeleteUser() public method

public DeleteUser ( ) : void
return void

GetCurrentUser() public method

public GetCurrentUser ( ) : User
return User

GetUsers() protected method

protected GetUsers ( ) : UserList
return UserList

Logout() public method

public Logout ( ) : void
return void

UserLogin() protected method

protected UserLogin ( string username, string password ) : User
username string
password string
return User

WebserviceUserAccess() public method

public WebserviceUserAccess ( ClientWrapper clientWrapper ) : System
clientWrapper ClientWrapper
return System