IdentifierCollection Class

Inherits from

GEOCALCPBW_NAMESPACE::GeoBase

 

Description

The IdentifierCollection class organizes a set of identifiers for a Serializable object.  An identifier consists of a pair of strings that uniquely identifies a Serializable object in the DataSource.  One of the strings is the issuer for the object, and the other is the code.  All objects in the GeoCalc data source must have an identifier for which the issuer is "GC".

 

Public Constructors

Constructor

Description

CreateIdentifierCollection

Creates a new instance of the IdentifierCollection class

IdentifierCollection

Creates a new instance of the IdentifierCollection class

 

Public Methods

Method

Description

Add

Adds an identifier to the collection

Clear

Removes all identifiers from the collection

DeepCopy

Produces a deep-copy of an IdentifierCollection

Exists

Indicates whether there exists an identifier with the specified issuer

get_Count

Gets the number of identifiers in the collection

get_Item

Returns the specified identifier

GetItemByIndex

Returns the specified identifier

Remove

Removes the specified identifier from the collection

set_Item

Sets the value of the specified identifier

ValueEquals

Compares the value of two IdentifierCollections

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this IdentifierCollection

operator==

Compares the value of two IdentifierCollections

operator!=

Compares the value of two IdentifierCollections