Table of Contents

Class VMwareManagedObjectReferenceCollection

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

Represents a collection of Desc.

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

Constructors

VMwareManagedObjectReferenceCollection()

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

public VMwareManagedObjectReferenceCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()

ToStringCollection()

Converts the VMwareManagedObjectReferenceCollection to a CENTREL.Support.SerializableStringCollection populated with the managed object identifiers of the items in the collection.

public SerializableStringCollection ToStringCollection()

Returns

SerializableStringCollection

A CENTREL.Support.SerializableStringCollection populated with the managed object identifiers of the managed object references.