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

파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Is ( String name ) : bool

Determines if the 'name' matches this ObjectClassInfo.

ObjectClassInfo ( String type, ICollection attrInfo, bool isContainer ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Is() 공개 메소드

Determines if the 'name' matches this ObjectClassInfo.
public Is ( String name ) : bool
name String case-insensitive string representation of the ObjectClassInfo's /// type.
리턴 bool

ObjectClassInfo() 공개 메소드

public ObjectClassInfo ( String type, ICollection attrInfo, bool isContainer ) : System
type String
attrInfo ICollection
isContainer bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string