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

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

Méthodes publiques

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

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

SecuritySettings() public méthode

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