C# Class ChessSharp.Web.Controllers.BaseController

Inheritance: Controller
Mostra file Open project: colin-higgins/ChessSharp

Protected Properties

Property Type Description
CurrentUser Chess.Data.Entities.ChessUser
UnitOfWork IUnitOfWork
Username string

Public Methods

Method Description
BaseController ( ) : System

Protected Methods

Method Description
Initialize ( System requestContext ) : void

Private Methods

Method Description
GetCurrentChessPlayer ( string username ) : void

Method Details

BaseController() public method

public BaseController ( ) : System
return System

Initialize() protected method

protected Initialize ( System requestContext ) : void
requestContext System
return void

Property Details

CurrentUser protected_oe property

protected ChessUser,Chess.Data.Entities CurrentUser
return Chess.Data.Entities.ChessUser

UnitOfWork protected_oe property

protected IUnitOfWork UnitOfWork
return IUnitOfWork

Username protected_oe property

protected string Username
return string