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
ExternalLink()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExternalLink class.
public ExternalLink()
Properties
URL
Gets or sets the URL of this external link.
public string URL { get; set; }
Property Value
Methods
Clone()
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.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.ExternalLink service from the specified XML data.
public static ExternalLink FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- ExternalLink
A CENTREL.XIA.Configuration.Types.ExternalLink from the specified XML.