C# Class Org.IdentityConnectors.Framework.Common.Objects.QualifiedUid

A fully-qualified uid.
That is, a pair of ObjectClass and Uid.
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool

Returns true if o is a QualifiedUid and the object class and uid match.

GetHashCode ( ) : int

Returns a hash code based on uid

QualifiedUid ( ObjectClass objectClass, Uid uid ) : System

Create a QualifiedUid.

ToString ( ) : String

Returns a string representation acceptible for debugging.

Method Details

Equals() public method

Returns true if o is a QualifiedUid and the object class and uid match.
public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

Returns a hash code based on uid
public GetHashCode ( ) : int
return int

QualifiedUid() public method

Create a QualifiedUid.
public QualifiedUid ( ObjectClass objectClass, Uid uid ) : System
objectClass ObjectClass The object class. May not be null.
uid Uid The uid. May not be null.
return System

ToString() public method

Returns a string representation acceptible for debugging.
public ToString ( ) : String
return String