C# Class Dev2.Runtime.Configuration.Settings.BackupSettings

Inheritance: SettingsBase
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
BackupSettings ( System.Xml.Linq.XElement xml, string webServerUri ) : System.Xml.Linq
BackupSettings ( string webServerUri ) : System.Xml.Linq
ToXml ( ) : System.Xml.Linq.XElement

Method Details

BackupSettings() public method

public BackupSettings ( System.Xml.Linq.XElement xml, string webServerUri ) : System.Xml.Linq
xml System.Xml.Linq.XElement
webServerUri string
return System.Xml.Linq

BackupSettings() public method

public BackupSettings ( string webServerUri ) : System.Xml.Linq
webServerUri string
return System.Xml.Linq

ToXml() public method

public ToXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement