Class EntraApplicationCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory applications.
public class EntraApplicationCollection : Collection<EntraApplication>, IList<EntraApplication>, ICollection<EntraApplication>, IList, ICollection, IReadOnlyList<EntraApplication>, IReadOnlyCollection<EntraApplication>, IEnumerable<EntraApplication>, IEnumerable
- Inheritance
-
EntraApplicationCollection
- Implements
- Inherited Members
Constructors
EntraApplicationCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationCollection class.
public EntraApplicationCollection()
Methods
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplication with the specified unique identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraApplication to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraApplication with the specified unique identifier exists within the collection.
FindByApplicationIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplication with the specified application identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplication with that application identifier is found.
public EntraApplication FindByApplicationIdentifier(Guid applicationIdentifier)
Parameters
applicationIdentifierGuidThe application identifier of the CENTREL.XIA.Configuration.Types.EntraApplication to locate in GUID format.
Returns
- EntraApplication
The CENTREL.XIA.Configuration.Types.EntraApplication with the specified application identifier.
FindByDisplayName(string)
Returns a CENTREL.XIA.Configuration.Types.EntraApplicationCollection containing the applications with the specified display name.
public EntraApplicationCollection FindByDisplayName(string displayName)
Parameters
displayNamestringThe display name of the application to locate.
Returns
- EntraApplicationCollection
A CENTREL.XIA.Configuration.Types.EntraApplicationCollection containing the applications with the specified display name.
FindByFirstLetter(string)
Returns a CENTREL.XIA.Configuration.Types.EntraApplicationCollection that contains the application whose display name starts with the specified first letter.
public EntraApplicationCollection FindByFirstLetter(string firstLetter)
Parameters
firstLetterstringThe first letter of the display name of the applications to return, a value of "#" returns applications whose display name starts with a character other than A-Z.
Returns
- EntraApplicationCollection
A CENTREL.XIA.Configuration.Types.EntraApplicationCollection that contains the applications whose display name starts with the specified first letter.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplication with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplication with that unique identifier is found.
public EntraApplication FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraApplication to locate in GUID format.
Returns
- EntraApplication
The CENTREL.XIA.Configuration.Types.EntraApplication with the specified unique identifier.
FindCredentialByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplicationCredential with the specified unique identifier regardless of in which application the credential resides, or null if no CENTREL.XIA.Configuration.Types.EntraApplicationCredential with that unique identifier is found.
public EntraApplicationCredential FindCredentialByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationCredential to locate in GUID format.
Returns
- EntraApplicationCredential
The CENTREL.XIA.Configuration.Types.EntraApplicationCredential with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()