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

Inheritance: SettingsBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BackupSettings ( System.Xml.Linq.XElement xml, string webServerUri ) : System.Xml.Linq
xml System.Xml.Linq.XElement
webServerUri string
Résultat System.Xml.Linq

BackupSettings() public méthode

public BackupSettings ( string webServerUri ) : System.Xml.Linq
webServerUri string
Résultat System.Xml.Linq

ToXml() public méthode

public ToXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement