ActiveDirectoryObject Methods |
The ActiveDirectoryObject type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this ActiveDirectoryObject to another ActiveDirectoryObject.
| |
| DeleteAttribute |
Deletes values from an attribute.
| |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Equals(ActiveDirectoryObject, ActiveDirectoryObject) |
Checks whether x and y are equal (using GUIDs).
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetByteAttributeValue |
Gets the first byte array value from the supplied attribute of the object.
| |
| GetByteAttributeValues |
Gets all byte array values from the supplied attribute of the object.
| |
| GetEntryFromAD(Guid) |
Gets new data for the object from AD and places the values in the entry variable within the object.
| |
| GetEntryFromAD(Guid, ListString) |
Gets new data for the object from AD and places the values in the entry variable within the object.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHashCode(ActiveDirectoryObject) |
Generates a hash code for the ActiveDirectoryObject supplied.
| |
| GetIntervalAttributeValue |
Gets the UTC DateTime from a Interval attribute.
| |
| GetStringAttributeValue |
Gets the first string value from the supplied attribute of the object.
| |
| GetStringAttributeValues |
Gets all string values from the supplied attribute of the object.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveRename |
Moves and / or renames this object.
| |
| Refresh |
Refreshes the object to retrieve any changes made to attributes since creation.
| |
| SetAttribute |
Sets attribute of an object. If a null or empty values object is supplied no modifications will be made.
| |
| SetStringAttribute |
Sets a single value string attribute of an object. If a null or empty value is supplied,
the attribute will be cleared / deleted.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |