User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.actionrequest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.actionrequest [2015/09/07 01:48]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ActionRequest ====== 
- 
- 
- 
- 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.ActionRequest]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ActionRequest()|ActionRequest]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ActionRequest(String)|ActionRequest]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ActionRequest(String,​ String)|ActionRequest]] ​  | String, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ActionRequest(String,​ String, String)|ActionRequest]] ​  | String, String, String ​  ​| ​   |    | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActionName|ActionName]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientGetArgumentsFunction|ClientGetArgumentsFunction]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ControllerName|ControllerName]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientActionRequested|OnClientActionRequested]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientActionRequesting|OnClientActionRequesting]] ​  | String ​  ​| ​   |    | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== ActionRequest() ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== ActionRequest(String) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| actionName ​  | String ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-==== ActionRequest(String,​ String) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| controllerName ​  | String ​  ​| ​   | 
-| actionName ​  | String ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-==== ActionRequest(String,​ String, String) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| controllerName ​  | String ​  ​| ​   | 
-| actionName ​  | String ​  ​| ​   | 
-| clientGetArgumentsFunction ​  | String ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object ​  ​| ​   | 
- 
- 
-[[#Public Methods|Go Back]] 
-==== FromJson(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void   ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| jsonString ​  | String ​  ​| ​   | 
- 
- 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32   ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type   ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#Public Methods|Go Back]] 
-==== ToJson() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void   ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ActionName ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String ​  | 
- 
- 
-[[#Public Properties|Go Back]] 
-==== ClientGetArgumentsFunction ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String ​  | 
- 
- 
-[[#Public Properties|Go Back]] 
-==== ControllerName ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String ​  | 
- 
- 
-[[#Public Properties|Go Back]] 
-==== OnClientActionRequested ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String ​  | 
- 
- 
-[[#Public Properties|Go Back]] 
-==== OnClientActionRequesting ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String ​  | 
- 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.actionrequest.1441590514.txt.gz ยท Last modified: 2015/09/07 02:09 (external edit)