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

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

Méthodes publiques

Méthode Description
LoggingSettings ( System.Xml.Linq.XElement xml, string webserverUri ) : System
LoggingSettings ( string webserverUri ) : System
ToXml ( ) : System.Xml.Linq.XElement

Private Methods

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

Escalates the selection changed event so that dirty state can be maintained

WorkflowsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Fired when the workflows collection is changed. Used to maintain IsSelected/Dirty state

Method Details

LoggingSettings() public méthode

public LoggingSettings ( System.Xml.Linq.XElement xml, string webserverUri ) : System
xml System.Xml.Linq.XElement
webserverUri string
Résultat System

LoggingSettings() public méthode

public LoggingSettings ( string webserverUri ) : System
webserverUri string
Résultat System

ToXml() public méthode

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