Method | Description | |
---|---|---|
LdapMatchingRuleUseSchema ( System raw ) : System |
Constructs a matching rule use definition from the raw string value returned on a schema query for matchingRuleUse.
|
|
LdapMatchingRuleUseSchema ( System names, System oid, System description, bool obsolete, System attributes ) : System |
Constructs a matching rule use definition 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 attribute.
|
public LdapMatchingRuleUseSchema ( System raw ) : System | ||
raw | System | The raw string value returned on a schema /// query for matchingRuleUse. /// |
return | System |
public LdapMatchingRuleUseSchema ( System names, System oid, System description, bool obsolete, System attributes ) : System | ||
names | System | Name(s) of the matching rule. /// /// |
oid | System | Object Identifier of the the matching rule /// in dotted-decimal format. /// /// |
description | System | Optional description of the matching rule use. /// /// |
obsolete | bool | True if the matching rule use is obsolete. /// /// |
attributes | System | List of attributes that this matching rule /// applies to. These values may be either the /// names or numeric oids of the attributes. /// |
return | System |