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

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

Public Properties

Property Type Description
Resultscache TextExpressionCompilerResults>.ConcurrentDictionary

Private Properties

Property Type Description
SettingChanged void

Public Methods

Method Description
Configuration ( System.Xml.Linq.XElement xml ) : System
Configuration ( string webServerUri ) : System
EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func saveCallback, System cancelCallback, System settingChangedCallback ) : System.Windows.Controls.UserControl
IncrementVersion ( ) : void
Init ( System.Xml.Linq.XElement xml ) : void
ToXml ( ) : System.Xml.Linq.XElement

Private Methods

Method Description
SettingChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Configuration() public method

public Configuration ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
return System

Configuration() public method

public Configuration ( string webServerUri ) : System
webServerUri string
return System

EntryPoint() public static method

public static EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func saveCallback, System cancelCallback, System settingChangedCallback ) : System.Windows.Controls.UserControl
configurationXML System.Xml.Linq.XElement
saveCallback XElement>.Func
cancelCallback System
settingChangedCallback System
return System.Windows.Controls.UserControl

IncrementVersion() public method

public IncrementVersion ( ) : void
return void

Init() public method

public Init ( System.Xml.Linq.XElement xml ) : void
xml System.Xml.Linq.XElement
return void

ToXml() public method

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

Property Details

Resultscache public static property

public static ConcurrentDictionary Resultscache
return TextExpressionCompilerResults>.ConcurrentDictionary