.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributeInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object..::..Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Is | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | InfoFlags |
Returns the set of flags associated with the attribute.
|
![]() | IsCreatable |
Determines if the attribute is writable on create.
|
![]() | IsMultiValued |
Determines if this attribute can handle multiple values.
|
![]() | IsReadable |
Determines if the attribute is readable.
|
![]() | IsRequired |
Determines whether this attribute is required for creates.
|
![]() | IsReturnedByDefault |
Determines if the attribute is returned by default.
|
![]() | IsUpdateable |
Determines if the attribute is writable on update.
|
![]() | Name |
The native name of the attribute.
|
![]() | ObjectClassName |
For attributes that hold an embedded object, returns the name of
the object class representing that object.
|
![]() | ValueType |
The basic type associated with this attribute.
|