C# Class DRMFSS.Web.BaseController

Inheritance: Controller
显示文件 Open project: edgecomputing/cats-hub-module

Public Methods

Method Description
BaseController ( ) : System

Protected Methods

Method Description
ExecuteCore ( ) : void

Invokes the action in the current controller context.

GetCurrentUserProfile ( ) : UserProfile

Gets the current user profile.

Method Details

BaseController() public method

public BaseController ( ) : System
return System

ExecuteCore() protected method

Invokes the action in the current controller context.
protected ExecuteCore ( ) : void
return void

GetCurrentUserProfile() protected method

Gets the current user profile.
protected GetCurrentUserProfile ( ) : UserProfile
return DRMFSS.BLL.UserProfile