.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The ConnectorAttributeInfo type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIs
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyInfoFlags
Returns the set of flags associated with the attribute.
Public propertyIsCreatable
Determines if the attribute is writable on create.
Public propertyIsMultiValued
Determines if this attribute can handle multiple values.
Public propertyIsReadable
Determines if the attribute is readable.
Public propertyIsRequired
Determines whether this attribute is required for creates.
Public propertyIsReturnedByDefault
Determines if the attribute is returned by default.
Public propertyIsUpdateable
Determines if the attribute is writable on update.
Public propertyName
The native name of the attribute.
Public propertyObjectClassName
For attributes that hold an embedded object, returns the name of the object class representing that object.
Public propertyValueType
The basic type associated with this attribute.

See Also