Table of Contents

Class SqlLogFiles

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

Represents the log files in a SQL database.

public class SqlLogFiles : BypassSection
Inheritance
SqlLogFiles
Inherited Members

Constructors

SqlLogFiles()

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

public SqlLogFiles()

Properties

Items

Gets or sets the items in the collection.

public SqlLogFileCollection Items { get; set; }

Property Value

SqlLogFileCollection

Methods

FromXml(string)

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

public static SqlLogFiles FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlLogFiles

A CENTREL.XIA.Configuration.Types.SqlLogFiles class.

ToString()

Returns the log files as a human readable string.

public override string ToString()

Returns

string

The log files as a human readable string.