Table of Contents

Class EntraLicenseCollection

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

Represents a collection of Entra licenses.

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

Constructors

EntraLicenseCollection()

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

public EntraLicenseCollection()

Methods

FindByIdentifier(Guid)

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

public EntraLicense FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.EntraLicense to locate.

Returns

EntraLicense

The CENTREL.XIA.Configuration.Types.EntraLicense with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()