Table of Contents

Class WindowsServerFunctions

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

Represents the functions that are configured for the Windows machine.

public class WindowsServerFunctions : BypassSection
Inheritance
WindowsServerFunctions
Inherited Members

Constructors

WindowsServerFunctions()

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

public WindowsServerFunctions()

Properties

Items

Gets or sets the items within the collection.

public WindowsServerFunctionCollection Items { get; set; }

Property Value

WindowsServerFunctionCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsServerFunctions class from the specified XML.

public static WindowsServerFunctions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsServerFunctions

A CENTREL.XIA.Configuration.Types.WindowsServerFunctions class.

ToString()

Returns the CENTREL.XIA.Configuration.Types.WindowsServerFunctions object as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.WindowsServerFunctions object as a human readable string.