1 write to _container
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntries.cs (1)
19
_container
= parent;
15 references to _container
System.DirectoryServices (15)
System\DirectoryServices\DirectoryEntries.cs (15)
30
SchemaNameCollection.FilterDelegateWrapper filter = new SchemaNameCollection.FilterDelegateWrapper(
_container
.ContainerObject);
37
if (!
_container
.IsContainer)
38
throw new InvalidOperationException(SR.Format(SR.DSNotAContainer,
_container
.Path));
47
object newChild =
_container
.ContainerObject.Create(schemaClassName, name);
48
DirectoryEntry entry = new DirectoryEntry(newChild,
_container
.UsePropertyCache,
_container
.GetUsername(),
_container
.GetPassword(),
_container
.AuthenticationType);
72
o =
_container
.ContainerObject.GetObject(schemaClassName, name);
78
return new DirectoryEntry(o,
_container
.UsePropertyCache,
_container
.GetUsername(),
_container
.GetPassword(),
_container
.AuthenticationType);
89
_container
.ContainerObject.Delete(entry.SchemaClassName, entry.Name);
97
public IEnumerator GetEnumerator() => new ChildEnumerator(
_container
);