C# Class StorageLibrary.UserStorageTmp

Inheritance: IUserStorage
Mostra file Open project: ismaelbelghiti/Tigwi Class Usage Examples

Public Methods

Method Description
Create ( string login, string email, string pass ) : System.Guid
Delete ( System.Guid user_id ) : void
GetAccounts ( System.Guid userId ) : HashSet
GetId ( string login ) : System.Guid
GetInfo ( System.Guid user_id ) : IUserInfo
GetPassword ( System.Guid userId ) : string
SetInfo ( System.Guid userId, string email ) : void
SetPassword ( System.Guid userId, string pass ) : void
UserStorageTmp ( StorageTmp storage ) : System
afficheDebug ( ) : void

Method Details

Create() public method

public Create ( string login, string email, string pass ) : System.Guid
login string
email string
pass string
return System.Guid

Delete() public method

public Delete ( System.Guid user_id ) : void
user_id System.Guid
return void

GetAccounts() public method

public GetAccounts ( System.Guid userId ) : HashSet
userId System.Guid
return HashSet

GetId() public method

public GetId ( string login ) : System.Guid
login string
return System.Guid

GetInfo() public method

public GetInfo ( System.Guid user_id ) : IUserInfo
user_id System.Guid
return IUserInfo

GetPassword() public method

public GetPassword ( System.Guid userId ) : string
userId System.Guid
return string

SetInfo() public method

public SetInfo ( System.Guid userId, string email ) : void
userId System.Guid
email string
return void

SetPassword() public method

public SetPassword ( System.Guid userId, string pass ) : void
userId System.Guid
pass string
return void

UserStorageTmp() public method

public UserStorageTmp ( StorageTmp storage ) : System
storage StorageTmp
return System

afficheDebug() public method

public afficheDebug ( ) : void
return void