Searched refs:LdapAttributeSchema (Results 1 – 6 of 6) sorted by relevance
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ |
H A D | SchemaParser.cs | 34 using LdapAttributeSchema = Novell.Directory.Ldap.LdapAttributeSchema; typedef 43 usage = LdapAttributeSchema.USER_APPLICATIONS; in InitBlock() 591 usage = LdapAttributeSchema.DIRECTORY_OPERATION; in SchemaParser() 595 usage = LdapAttributeSchema.DISTRIBUTED_OPERATION; in SchemaParser() 599 usage = LdapAttributeSchema.DSA_OPERATION; in SchemaParser() 603 usage = LdapAttributeSchema.USER_APPLICATIONS; in SchemaParser()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/ |
H A D | LdapSchema.cs | 370 LdapAttributeSchema attrSchema; in LdapSchema() 376 attrSchema = new LdapAttributeSchema(value_Renamed); in LdapSchema() 525 public virtual LdapAttributeSchema getAttributeSchema(System.String name) in getAttributeSchema() 527 return (LdapAttributeSchema) getSchemaElement(ATTRIBUTE, name); in getAttributeSchema() 667 if (element is LdapAttributeSchema) in getType()
|
H A D | LdapAttributeSchema.cs | 51 public class LdapAttributeSchema:LdapSchemaElement class 265 …public LdapAttributeSchema(System.String[] names, System.String oid, System.String description, Sy… in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema 294 …public LdapAttributeSchema(System.String raw):base(LdapSchema.schemaTypeNames[LdapSchema.ATTRIBUTE… in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/ |
H A D | Novell.Directory.Ldap.dll.sources | 140 Novell.Directory.Ldap/LdapAttributeSchema.cs
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/ |
H A D | Novell.Directory.Ldap.cs | 298 public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement class 304 public LdapAttributeSchema(string raw) : base (default(string)) { } in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema 305 …public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bo… in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema 884 …public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw n… in getAttributeSchema()
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/ |
H A D | Novell.Directory.Ldap.cs | 299 public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement class 305 public LdapAttributeSchema(string raw) : base (default(string)) { } in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema 306 …public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bo… in LdapAttributeSchema() method in Novell.Directory.Ldap.LdapAttributeSchema 885 …public virtual Novell.Directory.Ldap.LdapAttributeSchema getAttributeSchema(string name) { throw n… in getAttributeSchema()
|