Public Methods

  Name Description
Public method CompareTo Compares two IDs. This method returns -1 if this is less than arg, 1 if this is greater than arg, and 0 if the IDs are equal.

This comparison is consistent with how IDs are compared in the DB2 and Oracle databases, but does not match how MSSQL Server compares IDs. For MSSQL Server databases, use CompareTo(arg, dbType).

(inherited from Id)
Public method Equals Overloaded. Compares two IDs for logical equality. (inherited from Id)
Public method GetBytes Returns a copy of this ID as an array of bytes. (inherited from Id)
Public method GetHashCode Returns the hashcode for this ID. (inherited from Id)
Public method Static GetInstanceFromId Returns an instance of this class corresponding to a given Id provided the Id value represents the ID of a system AddOn.
Public method Static GetInstanceFromString Returns an instance of this class corresponding to a given String value provided the value represents the string-ized ID of a system AddOn.
Public method GetObjectData This method is exposed to satisfy the ISerializable interface. (inherited from Id)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns the String representation of this ID. (inherited from Id)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also