Encapsulates an active directory derived object of type ActiveDirectoryDomainObject which represents a domain in
the active directory
Inheritance Hierarchy
Inkostar.ClassesActiveDirectoryObject
Inkostar.ClassesActiveDirectoryDomainObject
Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ActiveDirectoryDomainObject : ActiveDirectoryObject, IActiveDirectoryDomainObject
The ActiveDirectoryDomainObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deletes the current object from the active directory
(Inherited from ActiveDirectoryObject.) | |
| EnumerateDomainControllers |
Enumerates the list of ActiveDirectoryDomainObject domain controllers instances within the current domain
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFullyQualifiedDomainName |
Retrieves the fully qualified domain name: for example "marketing.mycompany.org"
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetProperties |
Retrieves the properties collection of the current object
(Inherited from ActiveDirectoryObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move |
Moves the current object to a new container
(Inherited from ActiveDirectoryObject.) | |
| Rename |
Renames the current object from the active directory
(Inherited from ActiveDirectoryObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ObjectName |
Returns the active directory object name
(Inherited from ActiveDirectoryObject.) | |
| ObjectPath |
Returns the active directory object path
(Inherited from ActiveDirectoryObject.) | |
| ObjectType |
Returns the enumerated active directory object type
(Inherited from ActiveDirectoryObject.) |
See Also