Method | Description | |
---|---|---|
LdapMatchingRuleSchema ( System rawMatchingRule, System rawMatchingRuleUse ) : System |
Constructs a matching rule definition from the raw string values returned from a schema query for "matchingRule" and for "matchingRuleUse" for the same rule.
|
|
LdapMatchingRuleSchema ( System names, System oid, System description, System attributes, bool obsolete, System syntaxString ) : System |
Constructs a matching rule definition for adding to or deleting from a directory.
|
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 LdapMatchingRuleSchema ( System rawMatchingRule, System rawMatchingRuleUse ) : System | ||
rawMatchingRule | System | The raw string value returned on a directory /// query for "matchingRule". /// /// |
rawMatchingRuleUse | System | The raw string value returned on a directory /// query for "matchingRuleUse". /// |
return | System |
public LdapMatchingRuleSchema ( System names, System oid, System description, System attributes, bool obsolete, System syntaxString ) : System | ||
names | System | The names of the attribute. /// /// |
oid | System | Object Identifier of the attribute - in /// dotted-decimal format. /// /// |
description | System | Optional description of the attribute. /// /// |
attributes | System | The OIDs of attributes to which the rule applies. /// This parameter may be null. All attributes added to /// this array must use the same syntax. /// /// |
obsolete | bool | true if this matching rule is obsolete. /// /// /// |
syntaxString | System | The unique object identifer of the syntax of the /// attribute, in dotted numerical format. /// /// |
return | System |