Property | Type | Description | |
---|---|---|---|
_attrs | AttributeSchema>.Dictionary | ||
_ocs | ObjectClassSchema>.Dictionary | ||
_schemaExtensions | AttrLangType>.Dictionary |
Method | Description | |
---|---|---|
GetAttribute ( string attrName ) : |
||
GetObjectClass ( string ocName ) : |
||
GetValuesAsLanguageType ( System.DirectoryServices.Protocols.SearchResultEntry se, string attrName ) : ReadOnlyCollection | ||
Initialize ( System.DirectoryServices.Protocols.LdapConnection conn ) : void | ||
LoadExtension ( string path ) : void |
Supplement the schema reader's knowledge of attribute-OID-to-usable-type mappings from an XML file; see the serialization hints in SchemaExtension.cs
|
Method | Description | |
---|---|---|
InferType ( string syntaxOid ) : AttrLangType | ||
StringOrNull ( System.DirectoryServices.Protocols.SearchResultEntry se, string attrName ) : string |
public GetAttribute ( string attrName ) : |
||
attrName | string | |
return |
public GetObjectClass ( string ocName ) : |
||
ocName | string | |
return |
public GetValuesAsLanguageType ( System.DirectoryServices.Protocols.SearchResultEntry se, string attrName ) : ReadOnlyCollection | ||
se | System.DirectoryServices.Protocols.SearchResultEntry | |
attrName | string | |
return | ReadOnlyCollection |
protected InferType ( string syntaxOid ) : AttrLangType | ||
syntaxOid | string | |
return | AttrLangType |
public abstract Initialize ( System.DirectoryServices.Protocols.LdapConnection conn ) : void | ||
conn | System.DirectoryServices.Protocols.LdapConnection | |
return | void |
protected static StringOrNull ( System.DirectoryServices.Protocols.SearchResultEntry se, string attrName ) : string | ||
se | System.DirectoryServices.Protocols.SearchResultEntry | |
attrName | string | |
return | string |