IdentifierCollection Class

Uses

System.ICloneable

System.IDisposeable

 

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 data source.  One of the Strings is the issuer for the object, and the other is the code.  All objects in the GeoCalcNET data source must have an identifier for which the issuer is "GC".

 

Public Constructors

Constructor

Description

IdentifierCollection

Creates a new instance of the IdentifierCollection class

 

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

Dispose

Releases the resources used by the current instance

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