C# Класс DRMFSS.Web.BaseController

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

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

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

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

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

Invokes the action in the current controller context.

GetCurrentUserProfile ( ) : UserProfile

Gets the current user profile.

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

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

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

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

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

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

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