Table of Contents

Class EntraDirectoryRoleAssignmentCollection

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

Represents a collection of Entra directory role assignments.

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

Constructors

EntraDirectoryRoleAssignmentCollection()

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

public EntraDirectoryRoleAssignmentCollection()

Methods

FindByIdentifier(Guid)

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

public EntraDirectoryRoleAssignment FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraDirectoryRoleAssignment

The CENTREL.XIA.Configuration.Types.EntraDirectoryRoleAssignment 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()