C# Class Cats.Helpers.EarlyWarningAuthorize

Inheritance: System.Web.Mvc.AuthorizeAttribute
Exibir arquivo Open project: edgecomputing/cats

Public Properties

Property Type Description
operation EarlyWarningConstants.Operation

Public Methods

Method Description
EarlyWarningAuthorize ( ) : 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

EarlyWarningAuthorize() public method

public EarlyWarningAuthorize ( ) : System
return System

Property Details

operation public_oe property

public EarlyWarningConstants.Operation operation
return EarlyWarningConstants.Operation