.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributeInfoBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectorAttributeInfoBuilder()()()() |
Creates an builder with all the defaults set.
|
![]() | ConnectorAttributeInfoBuilder(String) |
Creates an builder with all the defaults set.
|
![]() | ConnectorAttributeInfoBuilder(String, Type) |
Creates an builder with all the defaults set.
|
Methods
Name | Description | |
---|---|---|
![]() | Build()()()() |
Builds an ConnectorAttributeInfo object based on the properties set.
|
![]() ![]() | Build(String) |
Convenience method to create an AttributeInfo.
|
![]() ![]() | Build(String, Type) |
Convenience method to create an AttributeInfo.
|
![]() ![]() | Build(String, Type, ConnectorAttributeInfo..::..Flags) |
Convenience method to create an AttributeInfo.
|
![]() ![]() | BuildCurrentAttributes |
Convenience method to create AttributeInfo for CURRENT_ATTRIBUTES operational attribute.
|
![]() | Equals | (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Creatable |
Determines if the attribute is writable.
|
![]() | InfoFlags |
Sets all of the flags for this builder.
|
![]() | MultiValued |
Determines if this attribute supports multivalue.
|
![]() | Name |
Sets the unique name of the ConnectorAttributeInfo object.
|
![]() | ObjectClassName |
For attributes that hold an embedded object, sets the name of
the object class representing that object.
|
![]() | Readable |
Determines if the attribute is readable.
|
![]() | Required |
Determines if this attribute is required.
|
![]() | ReturnedByDefault | |
![]() | Updateable |
Determines if this attribute writable during update.
|
![]() | ValueType |
Please see CheckAttributeType(Type) for the
definitive list of supported types.
|