Method | Description | |
---|---|---|
LdapNameFormSchema ( System raw ) : System | ||
LdapNameFormSchema ( System names, System oid, System description, bool obsolete, System objectClass, System required, System optional ) : System |
Constructs a name form for adding to or deleting from the schema.
|
Method | Description | |
---|---|---|
formatString ( ) : System.String |
Returns a string in a format suitable for directly adding to a directory, as a value of the particular schema element class.
|
public LdapNameFormSchema ( System raw ) : System | ||
raw | System | |
return | System |
public LdapNameFormSchema ( System names, System oid, System description, bool obsolete, System objectClass, System required, System optional ) : System | ||
names | System | The name(s) of the name form. /// /// |
oid | System | The unique object identifier of the name form - in /// dotted numerical format. /// /// |
description | System | An optional description of the name form. /// /// |
obsolete | bool | True if the name form is obsolete. /// /// |
objectClass | System | The object to which this name form applies. /// This may be specified by either name or /// numeric oid. /// /// |
required | System | A list of the attributes that must be present /// in the RDN of an entry that this name form /// controls. These attributes may be specified by /// either name or numeric oid. /// /// |
optional | System | A list of the attributes that may be present /// in the RDN of an entry that this name form /// controls. These attributes may be specified by /// either name or numeric oid. /// |
return | System |