Table of Contents

Class ExternalLink

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

Represents a link to an external document or system

public class ExternalLink : BaseConfigurationType
Inheritance
ExternalLink
Inherited Members

Constructors

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

public ExternalLink()

Properties

Gets or sets the URL of this external link.

public string URL { get; set; }

Property Value

string

Methods

Creates a clone of this CENTREL.XIA.Configuration.Types.ExternalLink object.

public Room Clone()

Returns

Room

A clone of this CENTREL.XIA.Configuration.Types.ExternalLink object.

Returns the CENTREL.XIA.Configuration.Types.ExternalLink service from the specified XML data.

public static ExternalLink FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

ExternalLink

A CENTREL.XIA.Configuration.Types.ExternalLink from the specified XML.