C# Class Cats.Helpers.RegionalAuthorize

Inheritance: System.Web.Mvc.AuthorizeAttribute
Show file Open project: edgecomputing/cats

Public Properties

Property Type Description
operation RegionalConstants.Operation

Public Methods

Method Description
RegionalAuthorize ( ) : System

Protected Methods

Method Description
AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool

Method Details

AuthorizeCore() protected method

protected AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
httpContext System.Web.HttpContextBase
return bool

RegionalAuthorize() public method

public RegionalAuthorize ( ) : System
return System

Property Details

operation public property

public RegionalConstants.Operation operation
return RegionalConstants.Operation