Table of Contents

Class EntraLicenseServicePlanCollection

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

Represents a collection of Entra licenses.

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

Constructors

EntraLicenseServicePlanCollection()

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

public EntraLicenseServicePlanCollection()

Methods

FindByIdentifier(Guid)

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

public EntraLicenseServicePlan FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

EntraLicenseServicePlan

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

Sort()

Sorts the values in the collection.

public void Sort()