C# Class Cats.Web.Hub.BaseController

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

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