Class WindowsServerFeatureCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows server features.
public class WindowsServerFeatureCollection : Collection<WindowsServerFeature>, IList<WindowsServerFeature>, ICollection<WindowsServerFeature>, IList, ICollection, IReadOnlyList<WindowsServerFeature>, IReadOnlyCollection<WindowsServerFeature>, IEnumerable<WindowsServerFeature>, IEnumerable
- Inheritance
-
WindowsServerFeatureCollection
- Implements
- Inherited Members
Constructors
WindowsServerFeatureCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsServerFeatureCollection class.
public WindowsServerFeatureCollection()
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsServerFeatureCollection class from the specified XML.
public static WindowsServerFeatureCollection FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsServerFeatureCollection
A CENTREL.XIA.Configuration.Types.WindowsServerFeatureCollection class.
Sort()
Sorts the Windows server features alphabetically by feature display name.
public void Sort()
ToXml()
Returns the XML representation of this CENTREL.XIA.Configuration.Types.WindowsServerFeatureCollection.
public string ToXml()
Returns
- string
The CENTREL.XIA.Configuration.Types.WindowsServerFeatureCollection in XML format.