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

Inheritance: SettingsBase
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Method Details

SecuritySettings() public method

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

SecuritySettings() public method

public SecuritySettings ( 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