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

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

공개 프로퍼티들

프로퍼티 타입 설명
ACCOUNT ObjectClass
ACCOUNT_NAME String
ALL ObjectClass
ALL_NAME String
GROUP ObjectClass
GROUP_NAME String

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetDisplayNameKey ( ) : String

Convenience method to build the display name key for an object class.

GetHashCode ( ) : int
GetObjectClassValue ( ) : String
Is ( String name ) : bool

Determines if the 'name' matches this ObjectClass.

ObjectClass ( String type ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GetDisplayNameKey() 공개 메소드

Convenience method to build the display name key for an object class.
public GetDisplayNameKey ( ) : String
리턴 String

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectClassValue() 공개 메소드

public GetObjectClassValue ( ) : String
리턴 String

Is() 공개 메소드

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

ObjectClass() 공개 메소드

public ObjectClass ( String type ) : System
type String
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ACCOUNT 공개적으로 정적으로 프로퍼티

Denotes an account based object.
public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects ACCOUNT
리턴 ObjectClass

ACCOUNT_NAME 공개적으로 정적으로 프로퍼티

This constant defines a specific {@link #getObjectClassValue value of ObjectClass} that is reserved for ObjectClass#ACCOUNT.
public static String ACCOUNT_NAME
리턴 String

ALL 공개적으로 정적으로 프로퍼티

Represents all collections that contains any object.

This constant allowed to use in operation org.identityconnectors.framework.spi.operations.SyncOp#getLatestSyncToken(ObjectClass) and org.identityconnectors.framework.spi.operations.SyncOp#sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) any other operation throws UnsupportedOperationException

public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects ALL
리턴 ObjectClass

ALL_NAME 공개적으로 정적으로 프로퍼티

This constant defines a specific {@link #getObjectClassValue value of ObjectClass} that is reserved for ObjectClass#ALL.
public static String ALL_NAME
리턴 String

GROUP 공개적으로 정적으로 프로퍼티

Denotes a group based object.
public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects GROUP
리턴 ObjectClass

GROUP_NAME 공개적으로 정적으로 프로퍼티

This constant defines a specific {@link #getObjectClassValue value of ObjectClass} that is reserved for ObjectClass#GROUP.
public static String GROUP_NAME
리턴 String