C# Class DRMFSS.Web.BaseController

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats-hub-module

Méthodes publiques

Méthode Description
BaseController ( ) : System

Méthodes protégées

Méthode Description
ExecuteCore ( ) : void

Invokes the action in the current controller context.

GetCurrentUserProfile ( ) : UserProfile

Gets the current user profile.

Method Details

BaseController() public méthode

public BaseController ( ) : System
Résultat System

ExecuteCore() protected méthode

Invokes the action in the current controller context.
protected ExecuteCore ( ) : void
Résultat void

GetCurrentUserProfile() protected méthode

Gets the current user profile.
protected GetCurrentUserProfile ( ) : UserProfile
Résultat DRMFSS.BLL.UserProfile