GeoCalcCOM.IIDentifierCollection
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".
|
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 | |
|
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 |