C# Class Cats.Web.Hub.Helpers.CatsAuthorize

Inheritance: System.Web.Mvc.AuthorizeAttribute
Mostrar archivo Open project: edgecomputing/cats

Public Properties

Property Type Description
operation EarlyWarningCheckAccess.Operation

Public Methods

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

CatsAuthorize() public method

public CatsAuthorize ( ) : System
return System

Property Details

operation public_oe property

public EarlyWarningCheckAccess.Operation operation
return EarlyWarningCheckAccess.Operation