Table of Contents

Class EntraEnterpriseApplicationIcon

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

Represents an Entra directory enterprise application icon.

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

Constructors

EntraEnterpriseApplicationIcon()

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

public EntraEnterpriseApplicationIcon()

Properties

ApplicationIdentifier

Gets or sets the application identifier in GUID format.

public Guid ApplicationIdentifier { get; set; }

Property Value

Guid

DisplayName

Gets or sets the display name of the enterprise application.

public string DisplayName { get; set; }

Property Value

string

Identifier

Gets or sets the object identifier of the enterprise application.

public Guid Identifier { get; set; }

Property Value

Guid

Image

Gets or sets the image assigned to the enterprise application.

public Bitmap Image { get; set; }

Property Value

Bitmap

ImageData

Gets or sets the binary data of the image assigned to the enterprise application.

[Browsable(false)]
public byte[] ImageData { get; set; }

Property Value

byte[]

Methods

CompareTo(EntraEnterpriseApplicationIcon)

Compares two CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon objects to allow sorting alphabetically by enterprise application display name.

public int CompareTo(EntraEnterpriseApplicationIcon other)

Parameters

other EntraEnterpriseApplicationIcon

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

Returns

int

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

GetSmallImage()

Gets the small 16x16 image.

public Bitmap GetSmallImage()

Returns

Bitmap

A System.Drawing.Bitmap that contains the 16x16 image.

ToString()

Returns the display name of the application.

public override string ToString()

Returns

string

The display name of the application.