C# Class FrontendServices.Authorization.AuthorizationAttribute

Inheritance: System.Web.Http.AuthorizeAttribute
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

Méthode Description
AuthorizationAttribute ( AccountRole accountRole ) : System.Threading

Méthodes protégées

Méthode Description
IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Method Details

AuthorizationAttribute() public méthode

public AuthorizationAttribute ( AccountRole accountRole ) : System.Threading
accountRole AccountRole
Résultat System.Threading

IsAuthorized() protected méthode

protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat bool