This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    thinkgeo.mapsuite.mvcedition.mapactionfilterattribute [2015/08/20 03:08] 127.0.0.1 external edit  | 
                
                    thinkgeo.mapsuite.mvcedition.mapactionfilterattribute [2017/03/16 21:59] (current) | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.MapActionFilterAttribute ====== | ====== ThinkGeo.MapSuite.MvcEdition.MapActionFilterAttribute ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | <!-- Class --> | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object | 
| - | **System.Attribute | + | *System.Attribute | 
| - | ***System.Web.Mvc.FilterAttribute | + | *System.Web.Mvc.FilterAttribute | 
| - | ****System.Web.Mvc.ActionFilterAttribute | + | *System.Web.Mvc.ActionFilterAttribute | 
| - | *****[[ThinkGeo.MapSuite.MvcEdition.MapActionFilterAttribute]] | + | ***ThinkGeo.MapSuite.MvcEdition.MapActionFilterAttribute** | 
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapActionFilterAttribute() ** | 
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapActionFilterAttribute()|MapActionFilterAttribute]]  |  | | Initializes a new instance of MapActionFilterAttribute.  | | + | |
| + | * //Initializes a new instance of MapActionFilterAttribute.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} OnActionExecuting(ActionExecutingContext) ** | 
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]]  | Object  | Object(overriden)  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]]  |  | Object(overriden)  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]]  |  | Object  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#IsDefaultAttribute()|IsDefaultAttribute]]  |  | Attribute  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Match(Object)|Match]]  | Object  | Attribute  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnActionExecuted(ActionExecutedContext)|OnActionExecuted]]  | ActionExecutedContext  | ActionFilterAttribute  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnActionExecuting(ActionExecutingContext)|OnActionExecuting]]  | ActionExecutingContext  | ActionFilterAttribute(overriden)  | Override from base class: ActionFilterAttribute. Called by the MVC framework before the action method executes.  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnResultExecuted(ResultExecutedContext)|OnResultExecuted]]  | ResultExecutedContext  | ActionFilterAttribute  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnResultExecuting(ResultExecutingContext)|OnResultExecuting]]  | ResultExecutingContext  | ActionFilterAttribute  |  | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]]  |  | Object  |  | | + | |
| - | ==== Protected Methods ==== | + | * //Override from base class: ActionFilterAttribute. Called by the MVC framework before the action method executes.// | 
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == | 
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]]  |  | Object  |  | | + | * //N/A// | 
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]]  |  | Object  |  | | + | |
| - | ==== Public Properties ==== | + | == Return Value == | 
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void | 
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AllowMultiple|AllowMultiple]]  | Boolean  | FilterAttribute  |  | | + | * Description:N/A | 
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Order|Order]]  | Int32 | FilterAttribute  |  | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TypeId|TypeId]]  | Object  | Attribute  |  | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == | 
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //filterContext// | 
| + | * Type:ActionExecutingContext | ||
| + | * Description:The filter context. | ||
| - | ==== Public Events ==== | + | <div newline></div> | 
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} OnActionExecuted(ActionExecutedContext) ** | 
| - | ===== Public Constructors ===== | + | * //N/A// | 
| - | ==== MapActionFilterAttribute() ==== | + | == Remarks == | 
| - | Initializes a new instance of MapActionFilterAttribute. | + | * //N/A// | 
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == | 
| - | ===== Protected Constructors ===== | + | * Type:Void | 
| - | ===== Public Methods ===== | + | * Description:N/A | 
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean -->  |  | | + | |
| - | === Parameters === | + | == Parameters == | 
| - | ^ Name ^ Type ^ Description ^ | + | * //filterContext// | 
| - | | obj | Object<!-- System.Object -->  |  | | + | * Type:ActionExecutedContext | 
| + | * Description:N/A | ||
| - | <!-- System.Object(overriden) --> | + | <div newline></div> | 
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} OnResultExecuting(ResultExecutingContext) ** | 
| - | ==== GetHashCode() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 -->  |  | | + | |
| - | === Parameters === | + | * //N/A// | 
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == | 
| + | * //N/A// | ||
| - | <!-- System.Object(overriden) --> | + | == Return Value == | 
| - | [[#Public Methods|Go Back]] | + | * Type:Void | 
| - | ==== GetType() ==== | + | * Description:N/A | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type -->  |  | | + | |
| - | === Parameters === | + | == Parameters == | 
| - | ^ Name ^ Type ^ Description ^ | + | * //filterContext// | 
| + | * Type:ResultExecutingContext | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> | 
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} OnResultExecuted(ResultExecutedContext) ** | 
| - | ==== IsDefaultAttribute() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean -->  |  | | + | |
| - | === Parameters === | + | * //N/A// | 
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == | 
| + | * //N/A// | ||
| - | <!-- System.Attribute --> | + | == Return Value == | 
| - | [[#Public Methods|Go Back]] | + | * Type:Void | 
| - | ==== Match(Object) ==== | + | * Description:N/A | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean -->  |  | | + | |
| - | === Parameters === | + | == Parameters == | 
| - | ^ Name ^ Type ^ Description ^ | + | * //filterContext// | 
| - | | obj | Object<!-- System.Object -->  |  | | + | * Type:ResultExecutedContext | 
| + | * Description:N/A | ||
| - | <!-- System.Attribute --> | + | <div newline></div> | 
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | 
| - | ==== OnActionExecuted(ActionExecutedContext) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void -->  |  | | + | |
| - | === Parameters === | + | * //N/A// | 
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == | 
| - | | filterContext  | ActionExecutedContext<!-- System.Web.Mvc.ActionExecutedContext -->  |  | | + | * //N/A// | 
| - | <!-- System.Web.Mvc.ActionFilterAttribute --> | + | == Return Value == | 
| - | [[#Public Methods|Go Back]] | + | * Type:Boolean | 
| - | ==== OnActionExecuting(ActionExecutingContext) ==== | + | * Description:N/A | 
| - | Override from base class: ActionFilterAttribute. Called by the MVC framework before the action method executes. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void -->  |  | | + | |
| - | === Parameters === | + | == Parameters == | 
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// | 
| - | | filterContext  | ActionExecutingContext<!-- System.Web.Mvc.ActionExecutingContext -->  | The filter context.  | | + | * Type:Object | 
| + | * Description:N/A | ||
| - | <!-- System.Web.Mvc.ActionFilterAttribute(overriden) --> | + | <div newline></div> | 
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | 
| - | ==== OnResultExecuted(ResultExecutedContext) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void -->  |  | | + | |
| - | === Parameters === | + | * //N/A// | 
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == | 
| - | | filterContext  | ResultExecutedContext<!-- System.Web.Mvc.ResultExecutedContext -->  |  | | + | * //N/A// | 
| - | <!-- System.Web.Mvc.ActionFilterAttribute --> | + | == Return Value == | 
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 | 
| - | ==== OnResultExecuting(ResultExecutingContext) ==== | + | * Description:N/A | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void -->  |  | | + | |
| - | === Parameters === | + | == Parameters == | 
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> | 
| - | | filterContext  | ResultExecutingContext<!-- System.Web.Mvc.ResultExecutingContext -->  |  | | + | ** {{wiki:PublicMethod.gif|}} Match(Object) ** | 
| - | <!-- System.Web.Mvc.ActionFilterAttribute --> | + | * //N/A// | 
| - | [[#Public Methods|Go Back]] | + | == Remarks == | 
| - | ==== ToString() ==== | + | * //N/A// | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String -->  |  | | + | |
| - | === Parameters === | + | == Return Value == | 
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean | 
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == | 
| - | [[#Public Methods|Go Back]] | + | * //obj// | 
| - | ===== Protected Methods ===== | + | * Type:Object | 
| - | ==== Finalize() ==== | + | * Description:N/A | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void -->  |  | | + | |
| - | === Parameters === | + | <div newline></div> | 
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} IsDefaultAttribute() ** | 
| - | <!-- System.Object --> | + | * //N/A// | 
| - | [[#Protected Methods|Go Back]] | + | == Remarks == | 
| - | ==== MemberwiseClone() ==== | + | * //N/A// | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object -->  |  | | + | |
| - | === Parameters === | + | == Return Value == | 
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean | 
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == | 
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> | 
| - | ===== Public Properties ===== | + | ** {{wiki:PublicMethod.gif|}} ToString() ** | 
| - | ==== AllowMultiple ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean -->  | | + | |
| - | <!-- System.Web.Mvc.FilterAttribute --> | + | * //N/A// | 
| - | [[#Public Properties|Go Back]] | + | == Remarks == | 
| - | ==== Order ==== | + | * //N/A// | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 -->  | | + | |
| - | <!-- System.Web.Mvc.FilterAttribute --> | + | == Return Value == | 
| - | [[#Public Properties|Go Back]] | + | * Type:String | 
| - | ==== TypeId ==== | + | * Description:N/A | 
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Object<!-- System.Object -->  | | + | |
| - | <!-- System.Attribute --> | + | == Parameters == | 
| - | [[#Public Properties|Go Back]] | + | <div newline></div> | 
| - | ===== Protected Properties ===== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** | 
| - | ===== Public Events ===== | + | |
| - | __NOTOC__ | + | * //N/A// | 
| - | [[Category:MvcEdition]] | + | == Remarks == | 
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | * //N/A// | 
| - | [[Category:UpdateDocumentation]] | + | |
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} AllowMultiple ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Order ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} TypeId ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||