메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Guid |
public GetAccounts ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
리턴 | HashSet |
public GetInfo ( System.Guid user_id ) : IUserInfo | ||
user_id | System.Guid | |
리턴 | IUserInfo |
public GetPassword ( System.Guid userId ) : string | ||
userId | System.Guid | |
리턴 | string |
public SetInfo ( System.Guid userId, string email ) : void | ||
userId | System.Guid | |
string | ||
리턴 | void |
public SetPassword ( System.Guid userId, string pass ) : void | ||
userId | System.Guid | |
pass | string | |
리턴 | void |
public UserStorageTmp ( |
||
storage | ||
리턴 | System |