C# Class System.Web.Mvc.PowerShellAuthorization

Inheritance: System.Web.Mvc.AuthorizeAttribute
Afficher le fichier Open project: smokedlinq/PowerShell-for-ASP.NET Class Usage Examples

Méthodes publiques

Méthode Description
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
ToCommand ( object parameters ) : HttpPowerShellCommand

Méthodes protégées

Méthode Description
PowerShellAuthorization ( ) : System.Linq

Method Details

OnAuthorization() public méthode

public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
Résultat void

PowerShellAuthorization() protected méthode

protected PowerShellAuthorization ( ) : System.Linq
Résultat System.Linq

ToCommand() public abstract méthode

public abstract ToCommand ( object parameters ) : HttpPowerShellCommand
parameters object
Résultat HttpPowerShellCommand