Suoranta.EnterpriseLib.Web - Developer API

ReadJsonFilter Methods

The ReadJsonFilter type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match(System.Object) (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnActionExecuted(System.Web.Mvc.ActionExecutedContext) (Inherited from ActionFilterAttribute.)
Public method OnActionExecuting(ActionExecutingContext)
Called by the ASP.NET MVC framework before the action method executes.
Public method OnActionExecuting(System.Web.Mvc.ActionExecutingContext) (Inherited from ActionFilterAttribute.)
Public method OnResultExecuted(System.Web.Mvc.ResultExecutedContext) (Inherited from ActionFilterAttribute.)
Public method OnResultExecuting(System.Web.Mvc.ResultExecutingContext) (Inherited from ActionFilterAttribute.)
Public method ToString (Inherited from Object.)
Public method TryParseValue
Attemps to parse rawValue and stores the return in parsedValue.