User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.overlayswitchermaptoolsetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.overlayswitchermaptoolsetting [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting ====== 
- 
- 
- 
-<!-- Class --> 
-A setting for OverlaySwitcherMapTool that contains APIs to set properties of OverlaySwitcherMapToolSetting using in MVC view. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-    * PublicKeyToken=null]] 
-      * Culture=neutral 
-        * Version=9.0.0.0 
-***** MvcEdition 
-******[[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting]] 
-******* PublicKeyToken=null] 
-******** Culture=neutral 
-********* Version=9.0.0.0 
-********** MvcEdition 
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool]] 
-************ PublicKeyToken=null]] 
-************* Culture=neutral 
-************** Version=9.0.0.0 
-*************** MvcEdition 
-****************[[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting]] 
-***************** PublicKeyToken=null] 
-****************** Culture=neutral 
-******************* Version=9.0.0.0 
-******************** MvcEdition 
-*********************[[ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool]] 
-**********************[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OverlaySwitcherMapToolSetting(OverlaySwitcherMapTool)|OverlaySwitcherMapToolSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ​  ​| ​   | Initializes a new instance of the OverlaySwitcherMapToolSetting class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BackgroundColor(GeoColor)|BackgroundColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Set backgroundColor for Element property and retun the OverlaySwitcherMapToolSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BaseOverlayTitle(String)|BaseOverlayTitle]] ​  | String ​  ​| ​   | Set baseOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DynamicOverlayTitle(String)|DynamicOverlayTitle]] ​  | String ​  ​| ​   | Set dynamicOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Enabled(Boolean)|Enabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.MapToolSetting|MapToolSetting]]<​[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]],​[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]> ​  ​| ​   | 
-| {{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}}[[#​OnClientBaseOverlayChanged(String)|OnClientBaseOverlayChanged]] ​  | String ​  ​| ​   | Set onClientBaseOverlayChanged javascript function name for Element property and retun the OverlaySwitcherMapToolSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RoundedCornerColor(GeoColor)|RoundedCornerColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Set roundedCornerColor for Element property and retun the OverlaySwitcherMapToolSetting ​  | 
-| {{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 ^ 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Element|Element]] ​  | [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]],​[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]> ​  ​| ​   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== OverlaySwitcherMapToolSetting(OverlaySwitcherMapTool) ==== 
-Initializes a new instance of the OverlaySwitcherMapToolSetting class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapTool ​  | [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== BackgroundColor(GeoColor) ==== 
-Set backgroundColor for Element property and retun the OverlaySwitcherMapToolSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  | The setting of OverlaySwitcherMapToolSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| backgroundColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | A backgroundColor for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> 
-[[#Public Methods|Go Back]] 
-==== BaseOverlayTitle(String) ==== 
-Set baseOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  | The setting of OverlaySwitcherMapToolSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| baseOverlayTitle ​  | String<​!-- System.String --> ​  | A baseOverlayTitle for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> 
-[[#Public Methods|Go Back]] 
-==== DynamicOverlayTitle(String) ==== 
-Set dynamicOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  | The setting of OverlaySwitcherMapToolSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dynamicOverlayTitle ​  | String<​!-- System.String --> ​  | A dynamicOverlayTitle for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> 
-[[#Public Methods|Go Back]] 
-==== Enabled(Boolean) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapToolSetting{ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool,​ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting} --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== OnClientBaseOverlayChanged(String) ==== 
-Set onClientBaseOverlayChanged javascript function name for Element property and retun the OverlaySwitcherMapToolSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  | The setting of OverlaySwitcherMapToolSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| onClientBaseOverlayChanged ​  | String<​!-- System.String --> ​  | A onClientBaseOverlayChanged javascript function name for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> 
-[[#Public Methods|Go Back]] 
-==== RoundedCornerColor(GeoColor) ==== 
-Set roundedCornerColor for Element property and retun the OverlaySwitcherMapToolSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> ​  | The setting of OverlaySwitcherMapToolSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| roundedCornerColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | A roundedCornerColor for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-===== Protected Properties ===== 
-==== Element ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool,​ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting} --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.overlayswitchermaptoolsetting.1440040131.txt.gz ยท Last modified: 2015/09/21 03:35 (external edit)