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

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
NotifyOfPropertyChange ( string propertyName ) : void
ToXml ( ) : System.Xml.Linq.XElement

Méthodes protégées

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

Method Details

NotifyOfPropertyChange() public méthode

public NotifyOfPropertyChange ( string propertyName ) : void
propertyName string
Résultat void

SettingsBase() protected méthode

protected SettingsBase ( System.Xml.Linq.XElement xml, string webServerUri ) : System
xml System.Xml.Linq.XElement
webServerUri string
Résultat System

SettingsBase() protected méthode

protected SettingsBase ( string settingName, string displayName, string webServerUri ) : System
settingName string
displayName string
webServerUri string
Résultat System

ToXml() public méthode

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