Class EntraDirectoryGroupMember
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra directory group member.
public class EntraDirectoryGroupMember : GlobalSerializableClassicBase, IComparable<EntraDirectoryGroupMember>
- Inheritance
-
EntraDirectoryGroupMember
- Implements
Constructors
EntraDirectoryGroupMember()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember class.
public EntraDirectoryGroupMember()
Properties
DisplayName
Gets or sets the display name of the group member.
public string DisplayName { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the group member.
public Guid Identifier { get; set; }
Property Value
MemberType
Gets or sets the type of member.
public EntraDirectoryObjectType MemberType { get; set; }
Property Value
MemberTypeString
Gets the type of member as a human readable string.
public string MemberTypeString { get; set; }
Property Value
Methods
CompareTo(EntraDirectoryGroupMember)
Compares two CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember objects to allow sorting alphabetically by display name.
public int CompareTo(EntraDirectoryGroupMember other)
Parameters
other
EntraDirectoryGroupMemberThe CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraDirectoryGroupMember objects.
ToString()
Returns the display name of the member.
public override string ToString()
Returns
- string
The display name of the member.