Table of Contents

Class EntraDirectoryObjectCollection

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

Represents a collection of Entra directory objects.

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

Constructors

EntraDirectoryObjectCollection()

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

public EntraDirectoryObjectCollection()

Methods

FindByIdentifier(Guid)

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

public EntraDirectoryObject FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraDirectoryObject

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

GetDisplayNames()

Gets the display names of the directory objects in the collection.

public SerializableStringCollection GetDisplayNames()

Returns

SerializableStringCollection

The display names of the directory objects in the collection.

Sort()

Sorts the values in the collection.

public void Sort()