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

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

Public Properties

Property Type Description
INFO ConnectorAttributeInfo
NAME string

Public Methods

Method Description
GetNameValue ( ) : String

The single value of the attribute that is the unique id of an object.

Name ( String value ) : System

Method Details

GetNameValue() public method

The single value of the attribute that is the unique id of an object.
public GetNameValue ( ) : String
return String

Name() public method

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

Property Details

INFO public_oe static_oe property

public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects INFO
return ConnectorAttributeInfo

NAME public_oe static_oe property

public static string NAME
return string