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.ObjectClassInfo Class Reference

Public Member Functions

 ObjectClassInfo (String type, ICollection< ConnectorAttributeInfo > attrInfo, bool isContainer, bool isEmbedded)
 
bool Is (String name)
 Determines if the 'name' matches this ObjectClassInfo. More...
 
override int GetHashCode ()
 
override bool Equals (Object obj)
 
override string ToString ()
 

Properties

ICollection
< ConnectorAttributeInfo
ConnectorAttributeInfos [get]
 
String ObjectType [get]
 
bool IsContainer [get]
 
bool IsEmbedded [get]
 Returns More...
 

Member Function Documentation

bool Org.IdentityConnectors.Framework.Common.Objects.ObjectClassInfo.Is ( String  name)

Determines if the 'name' matches this ObjectClassInfo.

Parameters
namecase-insensitive string representation of the ObjectClassInfo's type.
Returns
true if the case insensitive type is equal to that of the one in this ObjectClassInfo.

Property Documentation

bool Org.IdentityConnectors.Framework.Common.Objects.ObjectClassInfo.IsEmbedded
get

Returns

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

Returns
true if this is an embedded object class.

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