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

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

Méthodes publiques

Свойство Type Description
Resultscache TextExpressionCompilerResults>.ConcurrentDictionary

Private Properties

Свойство Type Description
SettingChanged void

Méthodes publiques

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

Méthode Description
SettingChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Configuration() public méthode

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

Configuration() public méthode

public Configuration ( string webServerUri ) : System
webServerUri string
Résultat System

EntryPoint() public static méthode

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
Résultat System.Windows.Controls.UserControl

IncrementVersion() public méthode

public IncrementVersion ( ) : void
Résultat void

Init() public méthode

public Init ( System.Xml.Linq.XElement xml ) : void
xml System.Xml.Linq.XElement
Résultat void

ToXml() public méthode

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

Property Details

Resultscache public_oe static_oe property

public static ConcurrentDictionary Resultscache
Résultat TextExpressionCompilerResults>.ConcurrentDictionary