C# Class DAL.User

Datei anzeigen Open project: siracoj/signtolearn Class Usage Examples

Public Methods

Method Description
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

Method Details

AddProfile() public static method

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

DeleteProfile() public static method

public static DeleteProfile ( String UserName ) : void
UserName String
return void

GetName() public static method

public static GetName ( String UserName ) : String
UserName String
return String

GetProgress() public static method

public static GetProgress ( String UserName ) : char
UserName String
return char

GetUserNames() public static method

public static GetUserNames ( ) : List
return List

SetProgress() public static method

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