Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Attributes | List of all members
Org.IdentityConnectors.Framework.Common.Objects.Name Class Reference

Inherits Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttribute.

Public Member Functions

 Name (String value)
 
String GetNameValue ()
 The single value of the attribute that is the unique id of an object. More...
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttribute
bool Is (string name)
 
sealed override bool Equals (Object obj)
 
sealed override int GetHashCode ()
 
override string ToString ()
 

Static Public Attributes

static readonly string NAME = ConnectorAttributeUtil.CreateSpecialName("NAME")
 
static readonly
ConnectorAttributeInfo 
INFO
 

Additional Inherited Members

- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttribute
 ConnectorAttribute (string name, IList< object > val)
 
- Properties inherited from Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttribute
string Name [get]
 
IList< object > Value [get]
 

Member Function Documentation

String Org.IdentityConnectors.Framework.Common.Objects.Name.GetNameValue ( )

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

Returns
value that identifies an object.

Member Data Documentation

readonly ConnectorAttributeInfo Org.IdentityConnectors.Framework.Common.Objects.Name.INFO
static
Initial value:
=
new ConnectorAttributeInfoBuilder(NAME) { Required = true }.Build()

The documentation for this class was generated from the following file: