====== ThinkGeo.MapSuite.WebForms.ClassBreakMarkerStyle ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.WebForms.MarkerStyle ***ThinkGeo.MapSuite.WebForms.ClassBreakMarkerStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle() ** * //Initialize a new instance of the ClassBreakMarkerStyle class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String) ** * //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.// == Remarks == * //N/A// == Parameters == * //columnName// * Type:String * Description:The column name in the feature whose value is used to compare and select the break.
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String,MarkerBreakValueInclusion) ** * //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.// == Remarks == * //N/A// == Parameters == * //columnName// * Type:String * Description:The column name in the feature whose value is used to compare and select the break. * //breakValueInclusion// * Type:[[ThinkGeo.MapSuite.WebForms.MarkerBreakValueInclusion|MarkerBreakValueInclusion]] * Description:A value that indicates whether or not to include the break value when comparing the break.
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String,MarkerBreakValueInclusion,IEnumerable) ** * //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.// == Remarks == * //N/A// == Parameters == * //columnName// * Type:String * Description:The column name in the feature whose value is used to compare and select the break. * //breakValueInclusion// * Type:[[ThinkGeo.MapSuite.WebForms.MarkerBreakValueInclusion|MarkerBreakValueInclusion]] * Description:A value that indicates whether or not to include the break value when comparing the break. * //classBreaks// * Type:IEnumerable<[[ThinkGeo.MapSuite.WebForms.MarkerClassBreak|MarkerClassBreak]]> * Description:A collection of class breaks whose values are compared with the column value to determine which classbreak styles are applied to the markers.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.WebForms.Marker|Marker]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:A collection of features that the markers are created from.
** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{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|}} GetContextMenusCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.GeoKeyedCollection[[ThinkGeo.MapSuite.WebForms.ContextMenu, ThinkGeo.MapSuite.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoKeyedCollection]] * Description:A collection of context menus that are associated with the MarkerStyle. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetContextMenus() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.GeoKeyedCollection[[ThinkGeo.MapSuite.WebForms.ContextMenu, ThinkGeo.MapSuite.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoKeyedCollection]] * Description:N/A == Parameters ==
** {{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 ==== ** {{wiki:PublicProperty.gif|}} ColumnName ** * //N/A// == Remarks == * //You use this property to set the name of the column where the numeric data is stored for your features.// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} BreakValueInclusion ** * //N/A// == Remarks == * //Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.MarkerBreakValueInclusion|MarkerBreakValueInclusion]] ** {{wiki:PublicProperty.gif|}} ClassBreaks ** * //N/A// == Remarks == * //The class breaks determine which style to use, based on the break values.Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.WebForms.MarkerClassBreak|MarkerClassBreak]]> ** {{wiki:PublicProperty.gif|}} IsActive ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection ==== Protected Properties ==== ==== Public Events ====