ValueMarkerStyle¶
Inheritance Hierarchy¶
Object
MarkerStyle
ValueMarkerStyle
Members Summary¶
Public Constructors Summary¶
Name |
---|
ValueMarkerStyle() |
ValueMarkerStyle(String) |
ValueMarkerStyle(String,Collection<MarkerValueItem>) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
ColumnName | String | Gets or sets the column name used to match with the value specified in the items. |
IsActive | Boolean | N/A |
RequiredColumnNames | Collection<String > | N/A |
ValueItems | Collection<MarkerValueItem > | Gets the collection of ValueItems. Each item can have a value to match. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetMarkers(IEnumerable<Feature>) |
GetRequiredColumnNames() |
GetType() |
ToString() |
Protected Methods Summary¶
Name |
---|
Finalize() |
GetRequiredColumnNamesCore() |
MemberwiseClone() |
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
ValueMarkerStyle() |
ValueMarkerStyle(String) |
ValueMarkerStyle(String,Collection<MarkerValueItem>) |
Protected Constructors¶
Public Properties¶
ColumnName
¶
Summary
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
String
IsActive
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
RequiredColumnNames
¶
Summary
N/A
Remarks
N/A
Return Value
Collection<String
>
ValueItems
¶
Summary
Gets the collection of ValueItems. Each item can have a value to match.
Remarks
You will want to add MarkerValueItems to this collection. Each item can have its own style and matching string.
Return Value
Collection<MarkerValueItem
>
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetMarkers(IEnumerable<Feature>)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<Marker > | N/A |
Parameters
Name | Type | Description |
---|---|---|
features | IEnumerable<Feature > | N/A |
GetRequiredColumnNames()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<String > | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetRequiredColumnNamesCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<String > | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |