Table of Contents

Class EntraRoleEligibleAssignmentCollection

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

Represents a collection of Entra directory role eligible assignments.

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

Constructors

EntraRoleEligibleAssignmentCollection()

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

public EntraRoleEligibleAssignmentCollection()

Methods

FindByIdentifier(Guid)

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

public EntraRoleEligibleAssignment FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraRoleEligibleAssignment

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

GetPrincipalDisplayNames()

Gets the display names of the principals in the collection.

public SerializableStringCollection GetPrincipalDisplayNames()

Returns

SerializableStringCollection

The display names of the principals in the collection.

Sort()

Sorts the values in the collection.

public void Sort()