Table of Contents

Class XenDesktopStoreFrontServerConnection

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

Represents an individual XenDesktop StoreFront server connection.

public class XenDesktopStoreFrontServerConnection : GlobalSerializableClassicBase, IComparable<XenDesktopStoreFrontServerConnection>
Inheritance
XenDesktopStoreFrontServerConnection
Implements

Constructors

XenDesktopStoreFrontServerConnection()

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

public XenDesktopStoreFrontServerConnection()

Properties

ConfigurationName

Gets or sets the name of the configuration - for example "RS\1".

public string ConfigurationName { get; set; }

Property Value

string

Description

Gets or sets the description of this StoreFront server.

public string Description { get; set; }

Property Value

string

Enabled

Gets or sets whether this StoreFront server connection is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the StoreFront server connection - for example "ctx-sf01.demonstration.int".

public string Name { get; set; }

Property Value

string

Uid

Gets or sets the unique identifier (UID) of this StoreFront server.

public int Uid { get; set; }

Property Value

int

Url

Gets or sets the URL of this StoreFront server - for example "https://ctx-sf01.demonstration.int/citrix/corpstore".

public string Url { get; set; }

Property Value

string

Methods

CompareTo(XenDesktopStoreFrontServerConnection)

Compares two CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServer objects to allow sorting alphabetically by name.

public int CompareTo(XenDesktopStoreFrontServerConnection other)

Parameters

other XenDesktopStoreFrontServerConnection

The CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServer to compare to.

Returns

int

The sort order of the two items.

FromXml(string)

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

public static XenDesktopStoreFrontServerConnection FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopStoreFrontServerConnection

A CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServer class.

ToString()

Returns the name of the StoreFront server connection.

public override string ToString()

Returns

string

The name of the StoreFront server connection.