User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.featureoverlaystylesetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.featureoverlaystylesetting [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting ====== 
- 
- 
- 
-<!-- Class --> 
-A setting for FeatureOverlayStyle that contains APIs to set properties of FeatureOverlayStyleSetting using in MVC view. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-    * PublicKeyToken=null]] 
-      * Culture=neutral 
-        * Version=9.0.0.0 
-***** MvcEdition 
-******[[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting]] 
-******* PublicKeyToken=null] 
-******** Culture=neutral 
-********* Version=9.0.0.0 
-********** MvcEdition 
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle]] 
-************[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FeatureOverlayStyleSetting(FeatureOverlayStyle)|FeatureOverlayStyleSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]] ​  ​| ​   | Initializes a new instance of the FeatureOverlayStyleSetting class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FillColor(GeoColor)|FillColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Set fillColor for Element property and retun the FeatureOverlayStyleSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OutlineColor(GeoColor)|OutlineColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Set outlineColor for Element property and retun the FeatureOverlayStyleSetting ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OutlineWidth(Int32)|OutlineWidth]] ​  | Int32   ​| ​   | Set outlineWidth for Element property and retun the FeatureOverlayStyleSetting ​  | 
-| {{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.FeatureOverlayStyle|FeatureOverlayStyle]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]],​[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting|FeatureOverlayStyleSetting]]> ​  ​| ​   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== FeatureOverlayStyleSetting(FeatureOverlayStyle) ==== 
-Initializes a new instance of the FeatureOverlayStyleSetting class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| featureOverlayStyle ​  | [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle --> ​  | the FeatureOverlay Style which will be assigned to Element property ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== FillColor(GeoColor) ==== 
-Set fillColor for Element property and retun the FeatureOverlayStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting|FeatureOverlayStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> ​  | The setting of FeatureOverlayStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| fillColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | A fillColor for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> 
-[[#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]] 
-==== OutlineColor(GeoColor) ==== 
-Set outlineColor for Element property and retun the FeatureOverlayStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting|FeatureOverlayStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> ​  | The setting of FeatureOverlayStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| outlineColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | A outlineColor for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> 
-[[#Public Methods|Go Back]] 
-==== OutlineWidth(Int32) ==== 
-Set outlineWidth for Element property and retun the FeatureOverlayStyleSetting 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting|FeatureOverlayStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> ​  | The setting of FeatureOverlayStyleSetting itself ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| outlineWidth ​  | Int32<​!-- System.Int32 --> ​  | A outlineWidth for Element property ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting --> 
-[[#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.FeatureOverlayStyle|FeatureOverlayStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle,​ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyleSetting} --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.featureoverlaystylesetting.1440040131.txt.gz ยท Last modified: 2015/09/21 03:33 (external edit)