Table of Contents

Class Location

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

Represents a physical Location such as a data center, office building, or campus.

public class Location : BaseConfigurationType
Inheritance
Location
Inherited Members

Constructors

Location()

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

public Location()

Properties

Address

Gets or sets the address of this location.

public Address Address { get; set; }

Property Value

Address

Methods

Clone()

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

public Location Clone()

Returns

Location

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

FromXml(string)

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

public static Location FromXml(string xml)

Parameters

xml string

The XML representation of the Location.

Returns

Location

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