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

Used to help facilitate the building of ObjectClassInfo objects. More...

Public Member Functions

ObjectClassInfoBuilder AddAttributeInfo (ConnectorAttributeInfo info)
 Add each ConnectorAttributeInfo object to the ObjectClassInfo. More...
 
ObjectClassInfoBuilder AddAllAttributeInfo (ICollection< ConnectorAttributeInfo > info)
 
ObjectClassInfo Build ()
 

Properties

string ObjectType [get, set]
 
bool IsContainer [get, set]
 
bool IsEmbedded [get, set]
 Set to More...
 

Detailed Description

Used to help facilitate the building of ObjectClassInfo objects.

Member Function Documentation

ObjectClassInfoBuilder Org.IdentityConnectors.Framework.Common.Objects.ObjectClassInfoBuilder.AddAttributeInfo ( ConnectorAttributeInfo  info)

Add each ConnectorAttributeInfo object to the ObjectClassInfo.

Property Documentation

bool Org.IdentityConnectors.Framework.Common.Objects.ObjectClassInfoBuilder.IsEmbedded
getset

Set to

true to indicate that this is an embedded object class, i.e., that objects of this class are embedded in other objects.

Parameters
embeddedTrue iff this is an embedded object class.

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