Method | Description | |
---|---|---|
TextFileConfiguration ( string name ) : System.Xml.Linq |
Initializes a new TextFileConfiguration.
|
Method | Description | |
---|---|---|
Initialize ( IActivityMonitor monitor, System.Xml.Linq.XElement xml ) : void |
Initializes (or reinitializes) this TextFileConfiguration from a XElement.
|
protected Initialize ( IActivityMonitor monitor, System.Xml.Linq.XElement xml ) : void | ||
monitor | IActivityMonitor | Monitor to report errors or warnings. |
xml | System.Xml.Linq.XElement | Source XML element. |
return | void |
public TextFileConfiguration ( string name ) : System.Xml.Linq | ||
name | string | Name of this configuration. |
return | System.Xml.Linq |