C# Class strICT.InFlow.Db.Store.SqlUserStore

Inheritance: IUserStore
Datei anzeigen Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
SqlUserStore ( string databaseConnectionString ) : strICT.InFlow.Db.Contracts.InFlow
getRolesForUser ( string username ) : List
getUsernamesForRole ( int roleId ) : List

Method Details

SqlUserStore() public method

public SqlUserStore ( string databaseConnectionString ) : strICT.InFlow.Db.Contracts.InFlow
databaseConnectionString string
return strICT.InFlow.Db.Contracts.InFlow

getRolesForUser() public method

public getRolesForUser ( string username ) : List
username string
return List

getUsernamesForRole() public method

public getUsernamesForRole ( int roleId ) : List
roleId int
return List