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

Inheritance: SettingsBase, ILoggingSettings
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
LoggingSettings ( System.Xml.Linq.XElement xml, string webserverUri ) : System
LoggingSettings ( string webserverUri ) : System
ToXml ( ) : System.Xml.Linq.XElement

Private Methods

Method 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 method

public LoggingSettings ( System.Xml.Linq.XElement xml, string webserverUri ) : System
xml System.Xml.Linq.XElement
webserverUri string
return System

LoggingSettings() public method

public LoggingSettings ( string webserverUri ) : System
webserverUri string
return System

ToXml() public method

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