Table of Contents

Class EntraDirectoryRoleCollection

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

Represents a collection of Entra directory roles.

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

Constructors

EntraDirectoryRoleCollection()

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

public EntraDirectoryRoleCollection()

Methods

FindByIdentifier(Guid)

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

public EntraDirectoryRole FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraDirectoryRole

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

Sort()

Sorts the values in the collection.

public void Sort()