User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.featureoverlaysetting_2

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.featureoverlaysetting_2 [2015/09/22 08:34]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.FeatureOverlaySetting<​TOverlay,​TSetting>​ ====== 
-A setting for FeatureOverlay that contains APIs to set properties of FeatureOverlaySetting using in MVC view. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase<​TOverlay,​TSetting>​ 
-      *ThinkGeo.MapSuite.MvcEdition.OverlaySetting<​TOverlay,​TSetting>​ 
-        ***ThinkGeo.MapSuite.MvcEdition.FeatureOverlaySetting<​TOverlay,​TSetting>​** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-** {{wiki:​ProtectedMethod.gif|}} FeatureOverlaySetting`2() ** 
- 
-  * //​Initializes a new instance of the FeatureOverlaySetting class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FeatureOverlaySetting`2(TOverlay) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​featureOverlay//​ 
-    * Type:​TOverlay 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} Columns(Action<​Collection<​FeatureSourceColumn>>​) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnsAction//​ 
-    * Type:​Action<​Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} EditTools(EditTools) ** 
- 
-  * //Set editTools for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //​editTools//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] 
-    * Description:​A editTools for Element property 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Feature(Feature) ** 
- 
-  * //Set imageUri for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Feature(String,​Feature) ** 
- 
-  * //Set imageUri for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //key// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FeatureSource(InMemoryFeatureSource) ** 
- 
-  * //Set imageUri for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //​featureSource//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} QueryTools(QueryTools) ** 
- 
-  * //Set imageUri for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //​queryTools//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Style(FeatureOverlayStyle) ** 
- 
-  * //Set imageUri for Element property and retun the FeatureOverlaySetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​The setting of FeatureOverlaySetting itself 
- 
-== Parameters == 
-  * //style// 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsVisible(Boolean) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​isVisible//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Name(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Opacity(Single) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //opacity// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsVisibleInOverlaySwitcher(Boolean) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​isVisibleInOverlaySwitcher//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsBaseOverlay(Boolean) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​isBaseOverlay//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Id(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} OnClientAutoRefreshTick(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​clientTickFunctionName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AutoRefreshInterval(TimeSpan) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​TSetting 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​timeSpan//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} Element ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TOverlay 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.featureoverlaysetting_2.1442910850.txt.gz ยท Last modified: 2015/09/22 08:34 by admin