Table of Contents

Class EntraEnterpriseApplicationIconCollection

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

Represents a collection of Entra directory application icons.

public class EntraEnterpriseApplicationIconCollection : Collection<EntraEnterpriseApplicationIcon>, IList<EntraEnterpriseApplicationIcon>, ICollection<EntraEnterpriseApplicationIcon>, IList, ICollection, IReadOnlyList<EntraEnterpriseApplicationIcon>, IReadOnlyCollection<EntraEnterpriseApplicationIcon>, IEnumerable<EntraEnterpriseApplicationIcon>, IEnumerable
Inheritance
EntraEnterpriseApplicationIconCollection
Implements
Inherited Members

Constructors

EntraEnterpriseApplicationIconCollection()

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

public EntraEnterpriseApplicationIconCollection()

Methods

ExistsByApplicationIdentifier(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified application identifier exists within the collection.

public bool ExistsByApplicationIdentifier(Guid applicationIdentifier)

Parameters

applicationIdentifier Guid

The application identifier of the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon to locate in GUID format.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified application identifier exists within the collection.

ExistsByIdentifier(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified unique identifier exists within the collection.

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon to locate in GUID format.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified unique identifier exists within the collection.

FindByApplicationIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified application identifier, or null if no CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with that application identifier is found.

public EntraEnterpriseApplicationIcon FindByApplicationIdentifier(Guid applicationIdentifier)

Parameters

applicationIdentifier Guid

The application identifier of the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon to locate in GUID format.

Returns

EntraEnterpriseApplicationIcon

The CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified application identifier.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with that unique identifier is found.

public EntraEnterpriseApplicationIcon FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon to locate in GUID format.

Returns

EntraEnterpriseApplicationIcon

The CENTREL.XIA.Configuration.Types.EntraEnterpriseApplicationIcon with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()