User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.markerstylecollection

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.markerstylecollection [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.markerstylecollection [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.MarkerStyleCollection ====== ====== ThinkGeo.MapSuite.MvcEdition.MarkerStyleCollection ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MarkerStyleCollection]]+    ***ThinkGeo.MapSuite.MvcEdition.MarkerStyleCollection**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MarkerStyleCollection(ClusterMarkerStyle) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MarkerStyleCollection(ClusterMarkerStyle)|MarkerStyleCollection]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle|ClusterMarkerStyle]] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //​clusterMarkerStyle//​ 
 +    * Type:​[[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle|ClusterMarkerStyle]] 
 +    * Description:​N/​A
  
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MarkerStyle(MarkerStyle) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#MarkerStyle(MarkerStyle)|MarkerStyle]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyleSetting|ClusterMarkerStyleSetting]] 
 +  * Description:​N/​A
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //style// 
 +    * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]] 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== MarkerStyleCollection(ClusterMarkerStyle) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| clusterMarkerStyle ​  | [[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle|ClusterMarkerStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:String 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-obj   ​| ​Object<!-- System.Object --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetType() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== MarkerStyle(MarkerStyle) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyleSetting|ClusterMarkerStyleSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyleSetting --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| style   | [[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.MarkerStyle --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerStyleCollection --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --+== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div
-===== Public Properties ​===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
-===== Protected Properties ​===== + 
-===== Public Events ====+  * //N/A// 
-__NOTOC__ +== Remarks ​== 
-[[Category:​MvcEdition]] +  * //N/A// 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] + 
-[[Category:​UpdateDocumentation]]+== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.markerstylecollection.1440040131.txt.gz · Last modified: 2015/09/21 03:34 (external edit)