System.ICloneable
System.IDisposeable
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".
|
Constructor |
Description |
|
Creates a new instance of the IdentifierCollection class |
|
Property |
Description |
|
Indicates the number of identifiers in this collection | |
|
Provides access to the identifiers in this collection |
|
Method |
Description |
|
Adds an identifier to this collection | |
|
Removes all identifiers from this collection | |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of an IdentifierCollection | |
|
Releases the resources used by the current instance | |
|
Indicates if there is an identifier with the specified issuer | |
|
Returns the identifier at the specified index in this collection | |
|
Removes the specified identifier from the collection | |
|
Compares the value of two IdentifierCollection instances |