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

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.actionrequest [2015/09/07 02:09]
admin
thinkgeo.mapsuite.mvcedition.actionrequest [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.ActionRequest ====== ====== ThinkGeo.MapSuite.MvcEdition.ActionRequest ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
-    *[[ThinkGeo.MapSuite.MvcEdition.ActionRequest]]+    ***ThinkGeo.MapSuite.MvcEdition.ActionRequest**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ActionRequest() ​**
-{{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 ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ActionRequest(String) **
  
-==== Public Methods ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   +  * //N/A// 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   |    | +== Parameters ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +  * //​actionName//​ 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +    ​* Type:String 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   |    |    | +    ​* Description:N/A
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​ActionRequest(String,​String**
-{{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ​==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActionName|ActionName]] ​  | String ​  ​| ​   |    | +  * //N/A// 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ClientGetArgumentsFunction|ClientGetArgumentsFunction]] ​  ​| ​String ​  |    |    | +== Parameters ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ControllerName|ControllerName]] ​  | String ​  ​| ​   |    | +  * //​controllerName//​ 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​OnClientActionRequested|OnClientActionRequested]] ​  | String ​  ​| ​   |    | +    ​* Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientActionRequesting|OnClientActionRequesting]] ​  | String ​  ​| ​   |    |+    ​* Description:N/A
  
-==== Protected Properties ==== +  * //​actionName//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+    * Type:​String 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ActionRequest(String,​String,​String) **
  
-===== Public Constructors ===== +  * //N/A// 
-==== ActionRequest() ==== +== Remarks ​== 
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  ​Description ​^+== Parameters == 
 +  ​* //​controllerName//​ 
 +    * Type:String 
 +    * Description:N/A
  
-[[#Public Constructors|Go Back]] +  * //​actionName//​ 
-==== ActionRequest(String) ==== +    * Type:String 
-=== Parameters === +    ​* ​Description:N/A
-^  Name ^  Type ^  ​Description ​+
-| actionName ​  | String ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​clientGetArgumentsFunction//​ 
-==== ActionRequest(String,​ String) ==== +    ​* ​Type:String 
-=== Parameters === +    ​* Description:​N/​A
-^  Name ^  ​Type ^  Description ^ +
-| controllerName ​  ​| ​String ​  |    | +
-| actionName ​  | String ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-==== ActionRequest(String,​ String, String) ​==== +==== Protected Constructors ​==== 
-=== Parameters ​=== +==== Public Methods ==== 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} FromJson(String) **
-| controllerName ​  | String ​  |    | +
-| actionName ​  | String ​  ​| ​   | +
-| clientGetArgumentsFunction ​  | String ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object ​  ​| ​   |+  Description:N/A
  
 +== Parameters ==
 +  * //​jsonString//​
 +    * Type:String
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== FromJson(String==== +** {{wiki:​PublicMethod.gif|}} ToJson() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void   ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| jsonString ​  | String ​  ​| ​   |+  ​* //N/A//
  
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-==== GetHashCode() ​==== +<div newline></​div>​ 
-=== Return Value === +** {{wiki:​PublicMethod.gif|}} ToString() **
-^ Return Type ^ Description ^ +
-Int32   ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-==== GetType() ​==== +<div newline></​div>​ 
-=== Return Value === +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-^ Return Type ^ Description ^ +
-Type   ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-==== ToJson() ​==== +  * //obj// 
-=== Return Value === +    ​* ​Type:Object 
-^ Return ​Type ^ Description ^ +    ​* Description:​N/​A
-| String ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-==== ToString() ==== +  ​* ​Type:Int32 
-=== Return Value === +  * Description:N/A
-^ Return ​Type Description ​+
-| String ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-===== Protected Methods ===== +  * Type:Type 
-==== Finalize() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void   ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-==== MemberwiseClone() ==== +  ​* ​Type:Void 
-=== Return Value === +  * Description:N/A
-^ Return ​Type Description ​+
-| Object ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-===== Public Properties ===== +  ​* ​Type:Object 
-==== ActionName ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String ​  |+
  
 +== Parameters ==
 +<div newline></​div>​
 +==== Public Properties ====
 +** {{wiki:​PublicProperty.gif|}} ActionName **
  
-[[#Public Properties|Go Back]] +N/A 
-==== ClientGetArgumentsFunction ==== +== Remarks ​== 
-=== Return Value === +N/A 
-^ Return ​Type +== Return Value == 
-String ​  |+  ​* ​Type:String
  
 +** {{wiki:​PublicProperty.gif|}} ControllerName **
  
-[[#Public Properties|Go Back]] +N/A 
-==== ControllerName ==== +== Remarks ​== 
-=== Return Value === +N/A 
-^ Return ​Type +== Return Value == 
-String ​  |+  ​* ​Type:String
  
 +** {{wiki:​PublicProperty.gif|}} ClientGetArgumentsFunction **
  
-[[#Public Properties|Go Back]] +N/A 
-==== OnClientActionRequested ==== +== Remarks ​== 
-=== Return Value === +N/A 
-^ Return ​Type +== Return Value == 
-String ​  |+  ​* ​Type:String
  
 +** {{wiki:​PublicProperty.gif|}} OnClientActionRequesting **
  
-[[#Public Properties|Go Back]] +N/A 
-==== OnClientActionRequesting ==== +== Remarks ​== 
-=== Return Value === +N/A 
-^ Return ​Type +== Return Value == 
-String ​  |+  ​* ​Type:String
  
 +** {{wiki:​PublicProperty.gif|}} OnClientActionRequested **
  
-[[#Public Properties|Go Back]] +N/A 
-===== Protected Properties ​===== +== Remarks == 
-===== Public Events ====+N/A 
-__NOTOC__ +== Return Value == 
-[[Category:​MvcEdition]] +  * Type:​String 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] + 
-[[Category:​UpdateDocumentation]]+==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.actionrequest.1441591741.txt.gz · Last modified: 2015/09/07 02:09 by admin