IdentifierCollection Class

Uses

GeoCalcCOM.IIDentifierCollection

 

Description

The IdentifierCollection class organizes a set of identifiers for an ISerializable object.  An identifier consists of a pair of strings that uniquely identifies an ISerializable object in the data source.  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 Properties

Property

Description

Count

Indicates the number of identifiers in this collection

Item

Provides access to the identifiers in this collection

 

Public Methods

Method

Description

Add

Adds an identifier to this collection

Clear

Removes all identifiers from this collection

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of an IdentifierCollection

Exists

Indicates if there is an identifier with the specified issuer

GetItemByIndex

Returns the identifier at the specified index in this collection

Remove

Removes the specified identifier from the collection

ValueEquals

Compares the value of two IdentifierCollection instances