Table of Contents

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

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(EntraDirectoryGroupMember)

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

public int CompareTo(EntraDirectoryGroupMember other)

Parameters

other EntraDirectoryGroupMember

The 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.