![]() | ActiveDirectoryObject Class |
Namespace: Galactic.ActiveDirectory
The ActiveDirectoryObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveDirectoryObject(ActiveDirectory, SearchResultEntry) |
Gets a directory object from a supplied search result entry.
|
![]() | ActiveDirectoryObject(ActiveDirectory, Guid) |
Gets a directory object from AD with the supplied GUID.
|
Name | Description | |
---|---|---|
![]() | CommonName |
The Common Name (CN) of the object in Active Directory.
|
![]() | CreateTimeStamp |
The time the object was created in UTC.
|
![]() | DistinguishedName |
The Distinguished Name (DN) of the object in Active Directory.
|
![]() | GUID |
The GUID of the object in Active Directory.
|
![]() | OrganizationalUnit |
The distinguished name of the organizational unit or parent object containing the object.
|
![]() | SchemaClasses |
The schema class types that identify the type of object this is in Active Directory.
Examples: group, user, etc.
|
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.) |
Name | Description | |
---|---|---|
![]() | AD | |
![]() | AdditionalAttributes | |
![]() ![]() | AttributeNames |
The list of Attributes that should be retrieved when searching for the entry in AD.
|
![]() | Attributes | |
![]() | Entry | |
![]() | JAN_01_1601 |