Inherits from
System.Object
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".
Constructors
|
Constructor |
Description |
|
Creates a new instance of the IdentifierCollection class |
Properties
|
Property |
Description |
|
Gets the internal identifier collection. |
|
|
Gets the number of identifiers in the collection. |
|
|
Gets or sets an existing issuer's code. |
Methods
|
Method |
Description |
|
Adds an identifier (issuer and code) to the collection |
|
|
Clears the identifier collection. |
|
|
Creates a clone of this object. |
|
|
Value equals comparison. (Overrides Object.Equals()). |
|
|
Determines whether an identifier with the specified issuer exists in the collection. |
|
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
|
Gets the identifier values from the specified index location in the collection. |
|
|
Removes the identifier with the specified issuer from the collection. |
|
|
Comparison to see if the object rhs is exactly equal to this. |
|
|
Inherited Method |
Description |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Overloaded Operators
|
Operator |
Description |
|
Assigns a new value to this IdentifierCollection |
|
|
Compares the value of two IdentifierCollections |
|
|
Compares the value of two IdentifierCollections |
Comments
0 comments
Please sign in to leave a comment.