8 instantiations of ActiveDirectorySchemaPropertyCollection
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (8)
717
_mandatoryProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MustContain, mandatoryPropertiesList, true /* onlyNames */);
722
_mandatoryProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MustContain, new ArrayList());
731
_mandatoryProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MustContain, GetProperties(GetPropertyValuesRecursively(propertyNames)));
736
_mandatoryProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, false /* isBound */, PropertyManager.MustContain, new ArrayList());
793
_optionalProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MayContain, optionalPropertiesList, true /* onlyNames */);
798
_optionalProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MayContain, new ArrayList());
816
_optionalProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, true /* isBound */, PropertyManager.MayContain, GetProperties(optionalPropertyList));
821
_optionalProperties = new
ActiveDirectorySchemaPropertyCollection
(_context, this, false /* isBound */, PropertyManager.MayContain, new ArrayList());
5 references to ActiveDirectorySchemaPropertyCollection
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
39
private
ActiveDirectorySchemaPropertyCollection
? _mandatoryProperties;
40
private
ActiveDirectorySchemaPropertyCollection
? _optionalProperties;
667
public
ActiveDirectorySchemaPropertyCollection
MandatoryProperties
743
public
ActiveDirectorySchemaPropertyCollection
OptionalProperties
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaPropertyCollection.cs (1)
115
public void AddRange(
ActiveDirectorySchemaPropertyCollection
properties)