Table of Contents

Class EntraRoleReferenceCollection

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

Represents a collection of Entra directory role references.

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

Constructors

EntraRoleReferenceCollection()

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

public EntraRoleReferenceCollection()

Methods

FindByRoleDefinitionIdentifier(Guid)

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

public EntraRoleReference FindByRoleDefinitionIdentifier(Guid roleDefinitionIdentifier)

Parameters

roleDefinitionIdentifier Guid

The role definition identifier of the CENTREL.XIA.Configuration.Types.EntraRoleReference to locate.

Returns

EntraRoleReference

The CENTREL.XIA.Configuration.Types.EntraRoleReference with the specified role definition identifier.

Sort()

Sorts the values in the collection.

public void Sort()