Represents a collection of geocoding tables as data table references or library item references.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.MapsGeocodingTableReferenceCollection
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class GeocodingTableReferenceCollection : DocumentNode, IEnumerable<GeocodingTableReference>, IEnumerable
The GeocodingTableReferenceCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count | Gets the number of elements contained in the collection.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item |
Gets the element at the specified index.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Add(DataTable) | Adds a data table to the collection.
| |
| Add(LibraryItem) | Adds the specified library item to this collection.
| |
| Add(DataTable, LibraryItem) | Adds a data table to this collection.
| |
| Clear | Removes all items from the collection.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Move |
Moves the GeocodingTableReference at the specified index to a new location in the collection.
| |
| Remove(DataTable) | Removes the specified data table from this collection.
| |
| Remove(LibraryItem) | Removes the specified library item from this collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also