This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.valuemarkerstyle [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.valuemarkerstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle ====== | ====== ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class allows you to match a value with data in the feature to determine how to draw the feature. | This class allows you to match a value with data in the feature to determine how to draw the feature. | ||
- | === Remarks === | ||
- | ValueMarkerStyle:The ValueMarkerStyle allows you to match data in the FeatureSource with a value string. If the value matches, then we will use the style defined in that item to create the markers.For example, you may have some data about cities, with each city categorized as either a high, medium or low pollution city. Based on the string values of "High", "Medium" and "Low", we can match on these. If a particular feature's data for the column matched "High", then we would use the high MarkerValueItem's style to create that city's marker. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WebEdition.MarkerStyle]] | + | *ThinkGeo.MapSuite.WebEdition.MarkerStyle |
- | ***[[ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle]] | + | ***ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ValueMarkerStyle()|ValueMarkerStyle]] | | | Initialize a new instance of the ValueMarkerStyle class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ValueMarkerStyle(String)|ValueMarkerStyle]] | String | | Initialize a new instance of the ValueMarkerStyle class with the columnName specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ValueMarkerStyle(String, Collection<MarkerValueItem>)|ValueMarkerStyle]] | String, Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> | | Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified. | | + | |
- | ==== Protected Constructors ==== | + | * //Initialize a new instance of the ValueMarkerStyle class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28.29// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String) ** | ||
+ | * //Initialize a new instance of the ValueMarkerStyle class with the columnName specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28String.29// | ||
+ | == Parameters == | ||
+ | * //columnName// | ||
+ | * Type:String | ||
+ | * Description:The column name used to match with the value specified in the items. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String,Collection<MarkerValueItem>) ** | ||
+ | |||
+ | * //Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | == Parameters == | ||
+ | * //columnName// | ||
+ | * Type:String | ||
+ | * Description:The column name used to match with the value specified in the items. | ||
+ | |||
+ | * //valueItems// | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> | ||
+ | * Description:A collection of valueItems that defines the style applied to markers. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetMarkers(IEnumerable<Feature>)|GetMarkers]] | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]](overriden) | Returns a collection of markers with a style applied based on the features that are passed in. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]] | | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //Returns a collection of markers with a style applied based on the features that are passed in.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetContextMenusCore()|GetContextMenusCore]] | | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]](overriden) | Gets a collection of context menus that are associated with the MarkerStyle. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]] | | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnName|ColumnName]] | String | | Gets or sets the column name used to match with the value specified in the items. | | + | * Description:A collection of markers with a style applied based on the features that are passed in. |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsActive|IsActive]] | Boolean | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#RequiredColumnNames|RequiredColumnNames]] | Collection<String> | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ValueItems|ValueItems]] | Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> | | Gets the collection of ValueItems. Each item can have a value to match. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //features// |
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
+ | * Description:A collection of features used to create the markers. | ||
- | ==== Public Events ==== | + | <div newline></div> |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** |
- | ===== Public Constructors ===== | + | * //N/A// |
- | ==== ValueMarkerStyle() ==== | + | == Remarks == |
- | Initialize a new instance of the ValueMarkerStyle class. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29// |
- | === Overloads === | + | |
- | Initialize a new instance of the ValueMarkerStyle class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== ValueMarkerStyle(String) ==== | + | * Type:Collection<String> |
- | Initialize a new instance of the ValueMarkerStyle class with the columnName specified. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initialize a new instance of the ValueMarkerStyle class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | columnName | String<!-- System.String --> | The column name used to match with the value specified in the items. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== ValueMarkerStyle(String, Collection<MarkerValueItem>) ==== | + | <div newline></div> |
- | Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified. | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | === Overloads === | + | |
- | Initialize a new instance of the ValueMarkerStyle class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | columnName | String<!-- System.String --> | The column name used to match with the value specified in the items. | | + | |
- | | valueItems | Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.MarkerValueItem} --> | A collection of valueItems that defines the style applied to markers. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ToString.28.29// |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Equals.28Object.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== GetMarkers(IEnumerable<Feature>) ==== | + | * Description:N/A |
- | Returns a collection of markers with a style applied based on the features that are passed in. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.Marker} --> | A collection of markers with a style applied based on the features that are passed in. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
- | | features | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features used to create the markers. | | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ==== GetRequiredColumnNames() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetHashCode.28.29// | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetType.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ===== Protected Methods ===== | + | ==== Protected Methods ==== |
- | ==== Finalize() ==== | + | ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //Gets a collection of context menus that are associated with the MarkerStyle.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetContextMenusCore.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] |
- | ==== GetContextMenusCore() ==== | + | * Description:A collection of context menus that are associated with the MarkerStyle. |
- | Gets a collection of context menus that are associated with the MarkerStyle. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetContextMenusCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetContextMenusCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]><!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu} --> | A collection of context menus that are associated with the MarkerStyle. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetRequiredColumnNamesCore() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNamesCore.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNamesCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNamesCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Collection<String> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== ColumnName ==== | + | |
- | Gets or sets the column name used to match with the value specified in the items. | + | |
- | === Remarks === | + | |
- | This is the column whose values we will use for matching. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== IsActive ==== | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#IsActive" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#IsActive</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== RequiredColumnNames ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Finalize.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29</a> | + | == Return Value == |
- | === Return Value === | + | * Type:Void |
- | ^ Return Type ^ | + | * Description:N/A |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | + | |
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#MemberwiseClone.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} ValueItems ** | ||
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ValueItems ==== | ||
Gets the collection of ValueItems. Each item can have a value to match. | Gets the collection of ValueItems. Each item can have a value to match. | ||
- | === Remarks === | + | == Remarks == |
You will want to add MarkerValueItems to this collection. Each item can have its own style and matching string. | You will want to add MarkerValueItems to this collection. Each item can have its own style and matching string. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> |
- | | Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.MarkerValueItem} --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle --> | + | ** {{wiki:PublicProperty.gif|}} ColumnName ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | Gets or sets the column name used to match with the value specified in the items. |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | This is the column whose values we will use for matching. |
- | [[Category:WebEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.WebEdition]] | + | * Type:String |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} IsActive ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#IsActive | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29 | ||
+ | == Return Value == | ||
+ | * Type:Collection<String> | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||