Table of Contents

Class VMwareLicenseCollection

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

Represents a collection of VMware licenses.

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

Constructors

VMwareLicenseCollection()

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

public VMwareLicenseCollection()

Methods

FindByUniqueIdentifier(string)

Returns the CENTREL.XIA.Configuration.Types.VMwareLicense with the specified unique identifier, or null if no license with that identifier is found in the collection.

public VMwareLicense FindByUniqueIdentifier(string uniqueIdentifier)

Parameters

uniqueIdentifier string

The unique identifier in GUID format.

Returns

VMwareLicense

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

Sort()

Sorts the values in the collection.

public void Sort()