Property | Type | Description | |
---|---|---|---|
ACCOUNT | |||
ACCOUNT_NAME | String | ||
ALL | |||
ALL_NAME | String | ||
GROUP | |||
GROUP_NAME | String |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetDisplayNameKey ( ) : String |
Convenience method to build the display name key for an object class.
|
|
GetHashCode ( ) : int | ||
GetObjectClassValue ( ) : String | ||
Is ( String name ) : bool |
Determines if the 'name' matches this ObjectClass.
|
|
ObjectClass ( String type ) : System | ||
ToString ( ) : string |
public Is ( String name ) : bool | ||
name | String | case-insensitive string representation of the ObjectClass's /// type. |
return | bool |
public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects ACCOUNT | ||
return |
public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects ALL | ||
return |
public static ObjectClass,Org.IdentityConnectors.Framework.Common.Objects GROUP | ||
return |