Class EntraApplicationIconCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory application icons.
public class EntraApplicationIconCollection : Collection<EntraApplicationIcon>, IList<EntraApplicationIcon>, ICollection<EntraApplicationIcon>, IList, ICollection, IReadOnlyList<EntraApplicationIcon>, IReadOnlyCollection<EntraApplicationIcon>, IEnumerable<EntraApplicationIcon>, IEnumerable
- Inheritance
-
EntraApplicationIconCollection
- Implements
- Inherited Members
Constructors
EntraApplicationIconCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationIconCollection class.
public EntraApplicationIconCollection()
Methods
ExistsByApplicationIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified application identifier exists within the collection.
public bool ExistsByApplicationIdentifier(Guid applicationIdentifier)
Parameters
applicationIdentifierGuidThe application identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationIcon to locate in GUID format.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified application identifier exists within the collection.
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified unique identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationIcon to locate in GUID format.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified unique identifier exists within the collection.
FindByApplicationIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified application identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplicationIcon with that application identifier is found.
public EntraApplicationIcon FindByApplicationIdentifier(Guid applicationIdentifier)
Parameters
applicationIdentifierGuidThe application identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationIcon to locate in GUID format.
Returns
- EntraApplicationIcon
The CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified application identifier.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplicationIcon with that unique identifier is found.
public EntraApplicationIcon FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationIcon to locate in GUID format.
Returns
- EntraApplicationIcon
The CENTREL.XIA.Configuration.Types.EntraApplicationIcon with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()