.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The QualifiedUid type exposes the following members.

Constructors

  NameDescription
Public methodQualifiedUid
Create a QualifiedUid.

Methods

  NameDescription
Public methodEquals
Returns true iff o is a QualifiedUid and the object class and uid match.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code based on uid
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation acceptible for debugging.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyObjectClass
Returns the object class.
Public propertyUid
Returns the uid.

See Also