Method | Description | |
---|---|---|
CreateSpecialName ( string name ) : string |
Create a special name from the specified name. Add the
|
|
IsSpecial ( |
Determines if this object class is a special object class. Special object classes include the predefined ones, such as ObjectClass.ACCOUNT and ObjectClass.GROUP.
|
|
IsSpecialName ( String name ) : bool |
Determines whether the specified object class name is special in the sense of ObjectClassUtil.CreateSpecialName.
|
|
NamesEqual ( string name1, string name2 ) : bool |
Compares two object class names for equality.
|
public static CreateSpecialName ( string name ) : string | ||
name | string | object class name to make special |
return | string |
public static IsSpecial ( |
||
oclass | the object class to test | |
return | bool |
public static IsSpecialName ( String name ) : bool | ||
name | String | the name of the object class to test |
return | bool |
public static NamesEqual ( string name1, string name2 ) : bool | ||
name1 | string | the first object class name |
name2 | string | the second object class name |
return | bool |