User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.actiontrigger

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.actiontrigger [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.actiontrigger [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.ActionTrigger ====== ====== ThinkGeo.MapSuite.MvcEdition.ActionTrigger ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger]]+    ***ThinkGeo.MapSuite.MvcEdition.ActionTrigger**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ActionTrigger() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ActionTrigger()|ActionTrigger]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ActionTrigger(String,​ String, ActionRequest)|ActionTrigger]] ​  | String, String, [[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ActionTrigger(String,​String,​ActionRequest) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​clientControlId//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​clientEventName//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​actionRequest//​
 +    * Type:​[[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} FromJson(String) ​**
-{{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 ==== +  * //N/A// 
-^ 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}}[[#​ActionReqest|ActionReqest]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]] ​  ​| ​   |    | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ClientControlId|ClientControlId]] ​  | String ​  ​| ​   |    | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ClientEventName|ClientEventName]] ​  | String ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​jsonString//​ 
 +    * Type:​String 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== ActionTrigger() ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ActionTrigger(String,​ String, ActionRequest) ​==== +  ​Type:String 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| clientControlId ​  | String<​!-- System.String --> ​  ​| ​   | +
-| clientEventName ​  | String<​!-- System.String --> ​  ​| ​   | +
-| actionRequest ​  | [[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]]<​!-- ThinkGeo.MapSuite.MvcEdition.ActionRequest --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== FromJson(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| jsonString ​  | String<​!-- System.String --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ActionTrigger --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetType() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToJson() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ActionTrigger --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- 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:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== ActionReqest ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]]<​!-- ThinkGeo.MapSuite.MvcEdition.ActionRequest --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ActionTrigger --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ClientControlId ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ActionTrigger --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== ClientEventName ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ActionTrigger --+== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div
-===== Protected Properties ​===== +==== Public Properties ​==== 
-===== Public Events ​===== +** {{wiki:​PublicProperty.gif|}} ClientControlId ** 
-__NOTOC__ + 
-[[Category:​MvcEdition]] +N/A 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +== Remarks ​== 
-[[Category:​UpdateDocumentation]]+N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClientEventName ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActionReqest ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.ActionRequest|ActionRequest]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.actiontrigger.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)