Class EntraUserCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory users.
public class EntraUserCollection : Collection<EntraUser>, IList<EntraUser>, ICollection<EntraUser>, IList, ICollection, IReadOnlyList<EntraUser>, IReadOnlyCollection<EntraUser>, IEnumerable<EntraUser>, IEnumerable
- Inheritance
-
EntraUserCollection
- Implements
- Inherited Members
Constructors
EntraUserCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraUserCollection class.
public EntraUserCollection()
Methods
FindByFirstLetter(string)
Returns a CENTREL.XIA.Configuration.Types.EntraUserCollection that contains the users whose display name starts with the specified first letter.
public EntraUserCollection FindByFirstLetter(string firstLetter)
Parameters
firstLetterstringThe first letter of the display name of the users to return, a value of "#" returns users whose display name starts with a character other than A-Z.
Returns
- EntraUserCollection
A CENTREL.XIA.Configuration.Types.EntraUserCollection that contains the users whose display name starts with the specified first letter.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraUser with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraUser with that name is found.
public EntraUser FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraUser to locate in GUID format.
Returns
- EntraUser
The CENTREL.XIA.Configuration.Types.EntraUser with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()