Table of Contents

Class IisConnectionStrings

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

Represents the configured IIS connection strings.

public class IisConnectionStrings : BypassSection
Inheritance
IisConnectionStrings
Inherited Members

Constructors

IisConnectionStrings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisConnectionStrings class.

public IisConnectionStrings()

Properties

Items

Gets or sets the items in the collection.

public IisConnectionStringCollection Items { get; set; }

Property Value

IisConnectionStringCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisConnectionStrings class from the specified Xml.

public static IisConnectionStrings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisConnectionStrings object

Returns

IisConnectionStrings

A CENTREL.XIA.Configuration.Types.IisConnectionStrings class from the specified Xml.

ToString()

Returns the connection strings as a human readable string.

public override string ToString()

Returns

string

The connection strings as a human readable string.