C# 클래스 ChessSharp.Web.Controllers.BaseController

상속: Controller
파일 보기 프로젝트 열기: colin-higgins/ChessSharp

보호된 프로퍼티들

프로퍼티 타입 설명
CurrentUser Chess.Data.Entities.ChessUser
UnitOfWork IUnitOfWork
Username string

공개 메소드들

메소드 설명
BaseController ( ) : System

보호된 메소드들

메소드 설명
Initialize ( System requestContext ) : void

비공개 메소드들

메소드 설명
GetCurrentChessPlayer ( string username ) : void

메소드 상세

BaseController() 공개 메소드

public BaseController ( ) : System
리턴 System

Initialize() 보호된 메소드

protected Initialize ( System requestContext ) : void
requestContext System
리턴 void

프로퍼티 상세

CurrentUser 보호되어 있는 프로퍼티

protected ChessUser,Chess.Data.Entities CurrentUser
리턴 Chess.Data.Entities.ChessUser

UnitOfWork 보호되어 있는 프로퍼티

protected IUnitOfWork UnitOfWork
리턴 IUnitOfWork

Username 보호되어 있는 프로퍼티

protected string Username
리턴 string