Class EntraAppRoleCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory app roles.
public class EntraAppRoleCollection : Collection<EntraAppRole>, IList<EntraAppRole>, ICollection<EntraAppRole>, IList, ICollection, IReadOnlyList<EntraAppRole>, IReadOnlyCollection<EntraAppRole>, IEnumerable<EntraAppRole>, IEnumerable
- Inheritance
-
EntraAppRoleCollection
- Implements
- Inherited Members
Constructors
EntraAppRoleCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraAppRoleCollection class.
public EntraAppRoleCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraAppRole with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraAppRole with that identifier is found.
public EntraAppRole FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraAppRole to locate in GUID format.
Returns
- EntraAppRole
The CENTREL.XIA.EntraAppRole.Types.EntraAppRole with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()