Class EntraDirectoryGroupMemberCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory group members.
public class EntraDirectoryGroupMemberCollection : Collection<EntraDirectoryGroupMember>, IList<EntraDirectoryGroupMember>, ICollection<EntraDirectoryGroupMember>, IList, ICollection, IReadOnlyList<EntraDirectoryGroupMember>, IReadOnlyCollection<EntraDirectoryGroupMember>, IEnumerable<EntraDirectoryGroupMember>, IEnumerable
- Inheritance
-
EntraDirectoryGroupMemberCollection
- Implements
- Inherited Members
Constructors
EntraDirectoryGroupMemberCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMemberCollection class.
public EntraDirectoryGroupMemberCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember with the identifier is found.
public EntraDirectoryGroupMember FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember to locate.
Returns
- EntraDirectoryGroupMember
The CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember with the specified identifier.
GetMemberDisplayNames()
Gets the display names of the group members in the collection.
public SerializableStringCollection GetMemberDisplayNames()
Returns
- SerializableStringCollection
The display names of the group members in the collection.
Sort()
Sorts the values in the collection.
public void Sort()