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

Represents a named collection of values within a resource object, although the simplest case is a name-value pair (e.g., email, employeeID). Values can be empty, null, or set with various types. Empty and null are supported because it makes a difference on some resources (in particular database resources). The developer of a Connector will use an builder to construct an instance of ConnectorAttribute.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ConnectorAttribute ( string name, IList val ) : System
Dump ( IList list ) : string

메소드 상세

Equals() 공개 최종 메소드

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

GetDetails() 공개 메소드

public GetDetails ( ) : string
리턴 string

GetHashCode() 공개 최종 메소드

public final GetHashCode ( ) : int
리턴 int

Is() 공개 메소드

public Is ( string name ) : bool
name string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string