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

Inheritance: Caliburn.Micro.PropertyChangedBase
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
NotifyOfPropertyChange ( string propertyName ) : void
ToXml ( ) : System.Xml.Linq.XElement

Protected Methods

Method Description
SettingsBase ( System.Xml.Linq.XElement xml, string webServerUri ) : System
SettingsBase ( string settingName, string displayName, string webServerUri ) : System

Method Details

NotifyOfPropertyChange() public method

public NotifyOfPropertyChange ( string propertyName ) : void
propertyName string
return void

SettingsBase() protected method

protected SettingsBase ( System.Xml.Linq.XElement xml, string webServerUri ) : System
xml System.Xml.Linq.XElement
webServerUri string
return System

SettingsBase() protected method

protected SettingsBase ( string settingName, string displayName, string webServerUri ) : System
settingName string
displayName string
webServerUri string
return System

ToXml() public method

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