User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.maptoolsetting_2

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.maptoolsetting_2 [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.maptoolsetting_2 [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2 ======+====== ThinkGeo.MapSuite.MvcEdition.MapToolSetting<​TMapTool,​TSetting> ​======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 A setting for MapTool that contains APIs to set properties of MapToolSetting using in MVC view. A setting for MapTool that contains APIs to set properties of MapToolSetting using in MVC view.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2]]+    ​*ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase<​TMapTool,​TSetting>​ 
 +      ***ThinkGeo.MapSuite.MvcEdition.MapToolSetting<​TMapTool,​TSetting>​**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} MapToolSetting`2() ​** 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#MapToolSetting`2()|MapToolSetting`2]] ​  ​| ​   |    | Initializes a new instance of the MapToolSetting class. ​  | + 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#MapToolSetting`2(TMapTool)|MapToolSetting`2]] ​  ​| ​TMapTool ​  |    |    |+  * //Initializes a new instance of the MapToolSetting class.// 
 +== Remarks == 
 +  * //N/A// 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MapToolSetting`2(TMapTool) ​** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Parameters == 
 +  * //​mapTool//​ 
 +    * Type:TMapTool 
 +    * Description:​N/​A
  
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Enabled(Boolean) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#Enabled(Boolean)|Enabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.MapToolSetting|MapToolSetting]]<​TMapTool,​TSetting> ​  | Set isEnabled for Element property and retun the MapToolSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Set isEnabled for Element property and retun the MapToolSetting//​ 
-^ 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:​TSetting 
 +  * Description:​The setting of MapToolSetting itself
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​isEnabled//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Element|Element]] ​  | TMapTool ​  | MvcElementSettingBase<​TMapTool,​TSetting> ​  ​| ​   |+    * Type:Boolean 
 +    * Description:​A boolean variable for Element ​property represent the setting is enable or not
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-==== MapToolSetting`2() ==== +  ​* //N/A//
-Initializes a new instance of the MapToolSetting class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +== Return Value == 
-==== MapToolSetting`2(TMapTool) ​==== +  ​Type:String 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| mapTool ​  | TMapTool<​!-- TMapTool --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +<div newline></​div>​ 
-==== Enabled(Boolean) ==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-Set isEnabled for Element property and retun the MapToolSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TSetting<!-- TSetting --  | The setting of MapToolSetting itself ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​boolean variable for Element property represent the setting is enable or not   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MapToolSetting{TMapTool,​TSetting} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== Equals(Object) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //obj// 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    * Type:Object 
 +    ​* Description:​N/​A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() ​**
-==== GetHashCode() ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //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:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-===== Protected Methods ​===== +==== Protected Methods ==== 
-==== Finalize() ​==== +** {{wiki:​ProtectedMethod.gif|}} ​Finalize() ​**
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //N/A//
-===== Protected Properties ===== +
-==== Element ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TMapTool<​!-- TMapTool --> ​  |+
  
-<!-- MvcElementSettingBase{TMapTool,​TSetting} --+== Return Value == 
-[[#​Protected ​Properties|Go Back]] +  * Type:​Object 
-===== Public Events ​===== +  * Description:​N/​A 
-__NOTOC__ + 
-[[Category:​MvcEdition]] +== Parameters == 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +<div newline></​div
-[[Category:​UpdateDocumentation]]+==== Public ​Properties ​==== 
 +==== Protected Properties ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} Element ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:TMapTool 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.maptoolsetting_2.1440040131.txt.gz · Last modified: 2015/09/21 03:34 (external edit)