C# Class Cats.Helpers.LogisticsAuthorize

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

Public Properties

Property Type Description
operation LogisticsConstants.Operation

Public Methods

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

LogisticsAuthorize() public method

public LogisticsAuthorize ( ) : System
return System

Property Details

operation public_oe property

public LogisticsConstants.Operation operation
return LogisticsConstants.Operation