C# Class Cats.Web.Hub.BaseController

Inheritance: Controller
Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method Description
BaseController ( IUserProfileService userProfileService ) : 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 ( IUserProfileService userProfileService ) : System
userProfileService IUserProfileService
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 Cats.Models.Hubs.UserProfile