C# 클래스 Bzs.Server.ServerService.AccountServerService

Represents an account server service.
상속: ServerServiceBase
파일 보기 프로젝트 열기: romankmueller/SchoolPlanner 1 사용 예제들

공개 메소드들

메소드 설명
AccountServerService ( ) : System

Initializes a new instance of the AccountServerService class.

GetAccountId ( string account ) : System.Guid

Returns the account identifier.

Login ( string account, string password ) : LoginResultDto

Returns the login result.

Register ( RegisterDto data ) : ResultDto

Registers the data.

RetrieveCredentials ( string email ) : void

Retrieves the credentials.

메소드 상세

AccountServerService() 공개 메소드

Initializes a new instance of the AccountServerService class.
public AccountServerService ( ) : System
리턴 System

GetAccountId() 공개 메소드

Returns the account identifier.
public GetAccountId ( string account ) : System.Guid
account string The account.
리턴 System.Guid

Login() 공개 메소드

Returns the login result.
public Login ( string account, string password ) : LoginResultDto
account string The account.
password string The password.
리턴 Bzs.Portable.DataTransferObjects.Authentication.LoginResultDto

Register() 공개 메소드

Registers the data.
public Register ( RegisterDto data ) : ResultDto
data Bzs.Portable.DataTransferObjects.Account.RegisterDto The data to register.
리턴 Bzs.Portable.DataTransferObjects.Base.ResultDto

RetrieveCredentials() 공개 메소드

Retrieves the credentials.
public RetrieveCredentials ( string email ) : void
email string The email address.
리턴 void