C# Class TSVCEO.CloudPrint.Util.UserIDMapper

Mostra file Open project: klightspeed/CloudPrintProxy

Private Properties

Property Type Description
InitUsersTable void
UserIDMapper System

Public Methods

Method Description
CreateUser ( string username, string userid ) : void
DeleteUser ( string username ) : void
GetAllUserIds ( ) : string>.Dictionary
GetUserId ( string username ) : string

Private Methods

Method Description
InitUsersTable ( ) : void
UserIDMapper ( ) : System

Method Details

CreateUser() public static method

public static CreateUser ( string username, string userid ) : void
username string
userid string
return void

DeleteUser() public static method

public static DeleteUser ( string username ) : void
username string
return void

GetAllUserIds() public static method

public static GetAllUserIds ( ) : string>.Dictionary
return string>.Dictionary

GetUserId() public static method

public static GetUserId ( string username ) : string
username string
return string