Table of Contents

Class SqlAssemblies

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

Represents the assemblies for a SQL database.

public class SqlAssemblies : BypassSection
Inheritance
SqlAssemblies
Inherited Members

Constructors

SqlAssemblies()

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

public SqlAssemblies()

Properties

Items

Gets or sets the items in the collection.

public SqlAssemblyCollection Items { get; set; }

Property Value

SqlAssemblyCollection

Methods

FromXml(string)

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

public static SqlAssemblies FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlAssemblies

A CENTREL.XIA.Configuration.Types.SqlAssemblies class.

ToString()

Returns the assemblies as a human readable string.

public override string ToString()

Returns

string

The assemblies as a human readable string.