C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.QualifiedUid

A fully-qualified uid.
That is, a pair of ObjectClass and Uid.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

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

QualifiedUid() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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