Table of Contents

Class EntraGroupMemberCollection

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

Represents a collection of Entra directory group members.

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

Constructors

EntraGroupMemberCollection()

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

public EntraGroupMemberCollection()

Methods

FindByIdentifier(Guid)

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

public EntraGroupMember FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraGroupMember

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

GetMemberDisplayNames()

Gets the display names of the group members in the collection.

public SerializableStringCollection GetMemberDisplayNames()

Returns

SerializableStringCollection

The display names of the group members in the collection.

Sort()

Sorts the values in the collection.

public void Sort()