====== ThinkGeo.MapSuite.MvcEdition.MarkerOverlaySetting ====== {{section>upgrade_map_suite_to_10.0}} A setting for MarkerOverlay that contains APIs to set properties of MarkerOverlaySetting using in MVC view. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase *ThinkGeo.MapSuite.MvcEdition.OverlaySetting ***ThinkGeo.MapSuite.MvcEdition.MarkerOverlaySetting** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MarkerOverlaySetting`2() ** * //Initializes a new instance of the MarkerOverlaySetting class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MarkerOverlaySetting`2(TOverlay) ** * //N/A// == Remarks == * //N/A// == Parameters == * //markerOverlay// * Type:TOverlay * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} OnClientClick(String) ** * //Set OnClientClick handler name for Element property according to a method that takes a client function name and retun the MarkerOverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of MarkerOverlaySetting itself == Parameters == * //clientEventHandler// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} OnClientMarkersRequested(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //clientEventHandler// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} OnClientMarkersRequesting(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //clientEventHandler// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} DataBindTo(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //controllerName// * Type:String * Description:N/A * //actionName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} ActionTriggers(Action>) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //triggerActions// * Type:Action> * Description:N/A
** {{wiki:PublicMethod.gif|}} IsVisible(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //isVisible// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} Name(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //name// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} Opacity(Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //opacity// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} IsVisibleInOverlaySwitcher(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //isVisibleInOverlaySwitcher// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} IsBaseOverlay(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //isBaseOverlay// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} Id(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //id// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} OnClientAutoRefreshTick(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //clientTickFunctionName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} AutoRefreshInterval(TimeSpan) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:N/A == Parameters == * //timeSpan// * Type:TimeSpan * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Element ** N/A == Remarks == N/A == Return Value == * Type:TOverlay ==== Public Events ====