Méthode | 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 ( |
||
afficheDebug ( ) : void |
public Create ( string login, string email, string pass ) : System.Guid | ||
login | string | |
string | ||
pass | string | |
Résultat | System.Guid |
public Delete ( System.Guid user_id ) : void | ||
user_id | System.Guid | |
Résultat | void |
public GetAccounts ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
Résultat | HashSet |
public GetId ( string login ) : System.Guid | ||
login | string | |
Résultat | System.Guid |
public GetInfo ( System.Guid user_id ) : IUserInfo | ||
user_id | System.Guid | |
Résultat | IUserInfo |
public GetPassword ( System.Guid userId ) : string | ||
userId | System.Guid | |
Résultat | string |
public SetInfo ( System.Guid userId, string email ) : void | ||
userId | System.Guid | |
string | ||
Résultat | void |
public SetPassword ( System.Guid userId, string pass ) : void | ||
userId | System.Guid | |
pass | string | |
Résultat | void |
public UserStorageTmp ( |
||
storage | ||
Résultat | System |