C# Class Org.IdentityConnectors.Framework.Common.Objects.Uid

Inheritance: ConnectorAttribute
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Properties

Property Type Description
NAME string

Public Methods

Method Description
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

Private Methods

Method Description
Check ( String value ) : String

Throws an IllegalArgumentException if the value passed in blank.

Method Details

GetUidValue() public method

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

Uid() public method

public Uid ( String value ) : System
value String
return System

Uid() public method

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

Property Details

NAME public_oe static_oe property

public static string NAME
return string