C# Class ChessSharp.Web.Controllers.BaseController

Inheritance: Controller
Afficher le fichier Open project: colin-higgins/ChessSharp

Protected Properties

Свойство Type Description
CurrentUser Chess.Data.Entities.ChessUser
UnitOfWork IUnitOfWork
Username string

Méthodes publiques

Méthode Description
BaseController ( ) : System

Méthodes protégées

Méthode Description
Initialize ( System requestContext ) : void

Private Methods

Méthode Description
GetCurrentChessPlayer ( string username ) : void

Method Details

BaseController() public méthode

public BaseController ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( System requestContext ) : void
requestContext System
Résultat void

Property Details

CurrentUser protected_oe property

protected ChessUser,Chess.Data.Entities CurrentUser
Résultat Chess.Data.Entities.ChessUser

UnitOfWork protected_oe property

protected IUnitOfWork UnitOfWork
Résultat IUnitOfWork

Username protected_oe property

protected string Username
Résultat string