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

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

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Returns a hash code based on uid
public GetHashCode ( ) : int
Résultat int

QualifiedUid() public méthode

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.
Résultat System

ToString() public méthode

Returns a string representation acceptible for debugging.
public ToString ( ) : String
Résultat String