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

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

공개 프로퍼티들

프로퍼티 타입 설명
NAME string

공개 메소드들

메소드 설명
GetUidValue ( ) : String

Obtain a string representation of the value of this attribute, which value uniquely identifies a ConnectorObject object on the target resource.

Uid ( String value ) : System
Uid ( String value, string revision ) : System

비공개 메소드들

메소드 설명
Check ( String value ) : String

Throws an IllegalArgumentException if the value passed in blank.

메소드 상세

GetUidValue() 공개 메소드

Obtain a string representation of the value of this attribute, which value uniquely identifies a ConnectorObject object on the target resource.
public GetUidValue ( ) : String
리턴 String

Uid() 공개 메소드

public Uid ( String value ) : System
value String
리턴 System

Uid() 공개 메소드

public Uid ( String value, string revision ) : System
value String
revision string
리턴 System

프로퍼티 상세

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

public static string NAME
리턴 string