Table of Contents

Class XenDesktopApplicationCollection

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

Represents a collection of XenDesktop applications.

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

Constructors

XenDesktopApplicationCollection()

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

public XenDesktopApplicationCollection()

Methods

Exists(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.XenDesktopApplication with the specified identifier exists within the collection.

public bool Exists(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.XenDesktopApplication with the specified identifier exists within the collection.

FindByIdentifier(Guid)

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

public XenDesktopApplication FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

XenDesktopApplication

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

Sort()

Sorts the values in the collection.

public void Sort()