C# 클래스 DAL.User

파일 보기 프로젝트 열기: siracoj/signtolearn 1 사용 예제들

공개 메소드들

메소드 설명
AddProfile ( String UserName, String FirstName, String LastName ) : bool
DeleteProfile ( String UserName ) : void
GetName ( String UserName ) : String
GetProgress ( String UserName ) : char
GetUserNames ( ) : List
SetProgress ( String UserName, char Letter ) : bool

메소드 상세

AddProfile() 공개 정적인 메소드

public static AddProfile ( String UserName, String FirstName, String LastName ) : bool
UserName String
FirstName String
LastName String
리턴 bool

DeleteProfile() 공개 정적인 메소드

public static DeleteProfile ( String UserName ) : void
UserName String
리턴 void

GetName() 공개 정적인 메소드

public static GetName ( String UserName ) : String
UserName String
리턴 String

GetProgress() 공개 정적인 메소드

public static GetProgress ( String UserName ) : char
UserName String
리턴 char

GetUserNames() 공개 정적인 메소드

public static GetUserNames ( ) : List
리턴 List

SetProgress() 공개 정적인 메소드

public static SetProgress ( String UserName, char Letter ) : bool
UserName String
Letter char
리턴 bool