Table of Contents

Class ActiveDirectoryDomainHierarchyChildObjectCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory domain hierarchy child objects.

public class ActiveDirectoryDomainHierarchyChildObjectCollection : Collection<ActiveDirectoryDomainHierarchyChildObjectBase>, IList<ActiveDirectoryDomainHierarchyChildObjectBase>, ICollection<ActiveDirectoryDomainHierarchyChildObjectBase>, IList, ICollection, IReadOnlyList<ActiveDirectoryDomainHierarchyChildObjectBase>, IReadOnlyCollection<ActiveDirectoryDomainHierarchyChildObjectBase>, IEnumerable<ActiveDirectoryDomainHierarchyChildObjectBase>, IEnumerable
Inheritance
ActiveDirectoryDomainHierarchyChildObjectCollection
Implements
Inherited Members

Constructors

ActiveDirectoryDomainHierarchyChildObjectCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyChildObjectCollection class.

public ActiveDirectoryDomainHierarchyChildObjectCollection()

Methods

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyChildObjectBase with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyChildObjectBase with that identifier is found.

public ActiveDirectoryDomainHierarchyChildObjectBase FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyChildObjectBase to locate.

Returns

ActiveDirectoryDomainHierarchyChildObjectBase

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyChildObjectBase with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()