====== ThinkGeo.MapSuite.MvcEdition.OverlaySetting ====== {{section>upgrade_map_suite_to_10.0}} A setting for Overlay that contains APIs to set properties of OverlaySetting using in MVC view. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase ***ThinkGeo.MapSuite.MvcEdition.OverlaySetting** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} OverlaySetting`2() ** * //Initializes a new instance of the OverlaySetting class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OverlaySetting`2(TOverlay) ** * //N/A// == Remarks == * //N/A// == Parameters == * //overlay// * Type:TOverlay * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} IsVisible(Boolean) ** * //Sets isVisible for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //isVisible// * Type:Boolean * Description:A isVisible for Element property
** {{wiki:PublicMethod.gif|}} Name(String) ** * //Sets name for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //name// * Type:String * Description:A imageUri for Element property
** {{wiki:PublicMethod.gif|}} Opacity(Single) ** * //Sets opacity for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //opacity// * Type:Single * Description:A opacity for Element property
** {{wiki:PublicMethod.gif|}} IsVisibleInOverlaySwitcher(Boolean) ** * //Sets isVisibleInOverlaySwitcher for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //isVisibleInOverlaySwitcher// * Type:Boolean * Description:A isVisibleInOverlaySwitcher for Element property
** {{wiki:PublicMethod.gif|}} IsBaseOverlay(Boolean) ** * //Sets isBaseOverlay for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //isBaseOverlay// * Type:Boolean * Description:A isBaseOverlay for Element property
** {{wiki:PublicMethod.gif|}} Id(String) ** * //Sets id for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //id// * Type:String * Description:A id for Element property
** {{wiki:PublicMethod.gif|}} OnClientAutoRefreshTick(String) ** * //Sets the JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed.// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself. == Parameters == * //clientTickFunctionName// * Type:String * Description:The JavaScript function name.
** {{wiki:PublicMethod.gif|}} AutoRefreshInterval(TimeSpan) ** * //Sets timeSpan for Element property and retun the OverlaySetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of OverlaySetting itself == Parameters == * //timeSpan// * Type:TimeSpan * Description:A timeSpan for Element property
** {{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 ====