Table of Contents

Class EntraGroupCollection

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

Represents a collection of Entra directory groups.

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

Constructors

EntraGroupCollection()

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

public EntraGroupCollection()

Methods

FindByFirstLetter(string)

Returns a CENTREL.XIA.Configuration.Types.EntraGroupCollection that contains the groups whose display name starts with the specified first letter.

public EntraGroupCollection FindByFirstLetter(string firstLetter)

Parameters

firstLetter string

The first letter of the display name of the groups to return, a value of "#" returns groups whose display name starts with a character other than A-Z.

Returns

EntraGroupCollection

A CENTREL.XIA.Configuration.Types.EntraGroupCollection that contains the groups whose display name starts with the specified first letter.

FindByIdentifier(Guid)

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

public EntraGroup FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.EntraGroup to locate in GUID format.

Returns

EntraGroup

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

FindByType(EntraGroupType)

Returns groups of the specified group type.

public EntraGroupCollection FindByType(EntraGroupType groupType)

Parameters

groupType EntraGroupType

The type of group to return.

Returns

EntraGroupCollection

A CENTREL.XIA.Configuration.Types.EntraGroupCollection that contains groups of the specified group type.

Sort()

Sorts the values in the collection.

public void Sort()