Class EntraDirectoryGroupCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory groups.
public class EntraDirectoryGroupCollection : Collection<EntraDirectoryGroup>, IList<EntraDirectoryGroup>, ICollection<EntraDirectoryGroup>, IList, ICollection, IReadOnlyList<EntraDirectoryGroup>, IReadOnlyCollection<EntraDirectoryGroup>, IEnumerable<EntraDirectoryGroup>, IEnumerable
- Inheritance
-
EntraDirectoryGroupCollection
- Implements
- Inherited Members
Constructors
EntraDirectoryGroupCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryGroupCollection class.
public EntraDirectoryGroupCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraDirectoryGroup with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraDirectoryGroup with that name is found.
public EntraDirectoryGroup FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraDirectoryGroup to locate in GUID format.
Returns
- EntraDirectoryGroup
The CENTREL.XIA.Configuration.Types.EntraDirectoryGroup with the specified identifier.
FindByType(EntraDirectoryGroupType)
Returns groups of the specified group type.
public EntraDirectoryGroupCollection FindByType(EntraDirectoryGroupType groupType)
Parameters
groupType
EntraDirectoryGroupTypeThe type of group to return.
Returns
- EntraDirectoryGroupCollection
A CENTREL.XIA.Configuration.Types.EntraDirectoryGroupCollection that contains groups of the specified group type.
Sort()
Sorts the values in the collection.
public void Sort()