User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.overlayswitchermaptoolsetting

This is an old revision of the document!


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
Public MethodOverlaySwitcherMapToolSetting OverlaySwitcherMapTool Initializes a new instance of the OverlaySwitcherMapToolSetting class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodBackgroundColor GeoColor Set backgroundColor for Element property and retun the OverlaySwitcherMapToolSetting
Public MethodBaseOverlayTitle String Set baseOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting
Public MethodDynamicOverlayTitle String Set dynamicOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting
Public MethodEnabled Boolean MapToolSetting<OverlaySwitcherMapTool,OverlaySwitcherMapToolSetting>
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodOnClientBaseOverlayChanged String Set onClientBaseOverlayChanged javascript function name for Element property and retun the OverlaySwitcherMapToolSetting
Public MethodRoundedCornerColor GeoColor Set roundedCornerColor for Element property and retun the OverlaySwitcherMapToolSetting
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

OverlaySwitcherMapToolSetting(OverlaySwitcherMapTool)

Initializes a new instance of the OverlaySwitcherMapToolSetting class.

Parameters

Name Type Description
mapTool OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool –>

Go Back

Protected Constructors

Public Methods

BackgroundColor(GeoColor)

Set backgroundColor for Element property and retun the OverlaySwitcherMapToolSetting

Return Value

Return Type Description
OverlaySwitcherMapToolSetting<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting –> The setting of OverlaySwitcherMapToolSetting itself

Parameters

Name Type Description
backgroundColor GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> A backgroundColor for Element property

<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting –> Go Back

BaseOverlayTitle(String)

Set baseOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting

Return Value

Return Type Description
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 –> Go Back

DynamicOverlayTitle(String)

Set dynamicOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting

Return Value

Return Type Description
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 –> Go Back

Enabled(Boolean)

Return Value

Return Type Description
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} –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnClientBaseOverlayChanged(String)

Set onClientBaseOverlayChanged javascript function name for Element property and retun the OverlaySwitcherMapToolSetting

Return Value

Return Type Description
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 –> Go Back

RoundedCornerColor(GeoColor)

Set roundedCornerColor for Element property and retun the OverlaySwitcherMapToolSetting

Return Value

Return Type Description
OverlaySwitcherMapToolSetting<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting –> The setting of OverlaySwitcherMapToolSetting itself

Parameters

Name Type Description
roundedCornerColor GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> A roundedCornerColor for Element property

<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Element

Return Value

Return Type
OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool –>

<!– ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool,ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting} –> Go Back

Public Events

thinkgeo.mapsuite.mvcedition.overlayswitchermaptoolsetting.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)