Class XenDesktopAdministratorScopedObjectCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop objects that are contained within an administrative scope.
public class XenDesktopAdministratorScopedObjectCollection : Collection<XenDesktopAdministratorScopedObject>, IList<XenDesktopAdministratorScopedObject>, ICollection<XenDesktopAdministratorScopedObject>, IList, ICollection, IReadOnlyList<XenDesktopAdministratorScopedObject>, IReadOnlyCollection<XenDesktopAdministratorScopedObject>, IEnumerable<XenDesktopAdministratorScopedObject>, IEnumerable
- Inheritance
-
XenDesktopAdministratorScopedObjectCollection
- Implements
- Inherited Members
Constructors
XenDesktopAdministratorScopedObjectCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObjectCollection class.
public XenDesktopAdministratorScopedObjectCollection()
Methods
FindById(string)
Returns the CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObject with the specified identifier, or null if no item with that identifier is found.
public XenDesktopAdministratorScopedObject FindById(string objectId)
Parameters
objectId
stringThe unique identifier of the object to find.
Returns
- XenDesktopAdministratorScopedObject
A CENTREL.XIA.Configuration.Types.XenDesktopAdministratorScopedObject object.
Sort()
Sorts the values in the collection.
public void Sort()
ToString()
Returns the objects referenced in the scope as a human readable string.
public override string ToString()
Returns
- string
The objects referenced in the scope as a human readable string.