C# Класс Cats.Web.Hub.BaseController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
BaseController ( IUserProfileService userProfileService ) : System

Защищенные методы

Метод Описание
ExecuteCore ( ) : void

Invokes the action in the current controller context.

GetCurrentUserProfile ( ) : UserProfile

Gets the current user profile.

Описание методов

BaseController() публичный Метод

public BaseController ( IUserProfileService userProfileService ) : System
userProfileService IUserProfileService
Результат System

ExecuteCore() защищенный Метод

Invokes the action in the current controller context.
protected ExecuteCore ( ) : void
Результат void

GetCurrentUserProfile() защищенный Метод

Gets the current user profile.
protected GetCurrentUserProfile ( ) : UserProfile
Результат Cats.Models.Hubs.UserProfile