C# Class UserContext, Malevich

Summary description for UserContext
Mostrar archivo Open project: daptiv/Malevich Class Usage Examples

Public Methods

Method Description
GetUserContext ( string user, Cache, cache, CodeReviewDataContext context ) : UserContext,

Gets the data context out of the system cache, or the database.

UserContext ( string userName ) : System

Trivial constructor.

Method Details

GetUserContext() public static method

Gets the data context out of the system cache, or the database.
public static GetUserContext ( string user, Cache, cache, CodeReviewDataContext context ) : UserContext,
user string Authenticated user alias (no DOMAIN).
cache Cache, System cache.
context CodeReviewDataContext Data connection to the database.
return UserContext,

UserContext() public method

Trivial constructor.
public UserContext ( string userName ) : System
userName string User name.
return System