* DirectoryEntries.cs (SchemaFilter): New stub.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 14 May 2004 10:03:13 +0000 (10:03 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 14 May 2004 10:03:13 +0000 (10:03 -0000)
commitd6dc0dfa3727a3f23269c11670786315ab679194
tree500e36f69fd3d37aef6c21a81ef9180c13fa7acd
parentdf8f3ff53764752b5ed79a9fe70447da28771d4f
* DirectoryEntries.cs (SchemaFilter): New stub.
* DirectoryEntry.cs: Add missing [MonoTODO] to NotImplemented
classes.  Remove DesignerCategory attribute.
* DirectorySearcher.cs: Likewise.
* PropertyValueCollection.cs (AddRange([object[]): Don't go into
an infinite loop.
(AddRange(PropertyValueCollection)): New.
(CopyTo): New.
* ResultPropertyCollection.cs (ResultPropertyCollection): Make
internal.
(CopyTo): New.
* SchemaNameCollection.cs: Implement.
* SortOption.cs (PropertyName, Direction): Add DSDescription and
DefaultValue attributes.
* DirectoryServicesPermission.cs: New file.
* DirectoryServicesPermissionAttribute.cs: Likewise.
* DirectoryServicesPermissionEntry.cs: Likewise.
* DirectoryServicesPermissionEntryCollection.cs: Likewise.
* TODOAttribute.cs: Likewise.

svn path=/trunk/mcs/; revision=27360
14 files changed:
mcs/class/System.DirectoryServices/System.DirectoryServices/AuthenticationTypes.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/ChangeLog
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryEntries.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryEntry.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectorySearcher.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryServicesPermission.cs [new file with mode: 0644]
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryServicesPermissionAttribute.cs [new file with mode: 0644]
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryServicesPermissionEntry.cs [new file with mode: 0644]
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryServicesPermissionEntryCollection.cs [new file with mode: 0644]
mcs/class/System.DirectoryServices/System.DirectoryServices/PropertyValueCollection.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/ResultPropertyCollection.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/SchemaNameCollection.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/SortOption.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/TODOAttribute.cs [new file with mode: 0644]