C# Class System.Web.Mvc.PowerShellAuthorization

Inheritance: System.Web.Mvc.AuthorizeAttribute
Show file Open project: smokedlinq/PowerShell-for-ASP.NET Class Usage Examples

Public Methods

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

Protected Methods

Method Description
PowerShellAuthorization ( ) : System.Linq

Method Details

OnAuthorization() public method

public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
return void

PowerShellAuthorization() protected method

protected PowerShellAuthorization ( ) : System.Linq
return System.Linq

ToCommand() public abstract method

public abstract ToCommand ( object parameters ) : HttpPowerShellCommand
parameters object
return HttpPowerShellCommand