C# 클래스 StorageLibrary.UserStorageTmp

상속: IUserStorage
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

public Delete ( System.Guid user_id ) : void
user_id System.Guid
리턴 void

GetAccounts() 공개 메소드

public GetAccounts ( System.Guid userId ) : HashSet
userId System.Guid
리턴 HashSet

GetId() 공개 메소드

public GetId ( string login ) : System.Guid
login string
리턴 System.Guid

GetInfo() 공개 메소드

public GetInfo ( System.Guid user_id ) : IUserInfo
user_id System.Guid
리턴 IUserInfo

GetPassword() 공개 메소드

public GetPassword ( System.Guid userId ) : string
userId System.Guid
리턴 string

SetInfo() 공개 메소드

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

SetPassword() 공개 메소드

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

UserStorageTmp() 공개 메소드

public UserStorageTmp ( StorageTmp storage ) : System
storage StorageTmp
리턴 System

afficheDebug() 공개 메소드

public afficheDebug ( ) : void
리턴 void