Table of Contents

Class EntraGroupMember

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Entra directory group member.

public class EntraGroupMember : GlobalSerializableBase, IComparable<EntraGroupMember>
Inheritance
EntraGroupMember
Implements

Constructors

EntraGroupMember()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraGroupMember class.

public EntraGroupMember()

Properties

DisplayName

Gets or sets the display name of the group member.

public string DisplayName { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the group member.

public Guid Identifier { get; set; }

Property Value

Guid

MemberType

Gets or sets the type of member.

public EntraDirectoryObjectType MemberType { get; set; }

Property Value

EntraDirectoryObjectType

MemberTypeString

Gets the type of member as a human readable string.

public string MemberTypeString { get; set; }

Property Value

string

Methods

CompareTo(EntraGroupMember)

Compares two CENTREL.XIA.Configuration.Types.EntraGroupMember objects to allow sorting alphabetically by display name.

public int CompareTo(EntraGroupMember other)

Parameters

other EntraGroupMember

The CENTREL.XIA.Configuration.Types.EntraGroupMember to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.EntraGroupMember objects.

ToString()

Returns the display name of the member.

public override string ToString()

Returns

string

The display name of the member.