Method | Description | |
---|---|---|
HandlerConfiguration ( string name ) : System.Xml.Linq |
Initializes a new handler configuration.
|
|
Initialize ( IActivityMonitor m, System.Xml.Linq.XElement xml ) : void |
Must initializes this configuration object with its specific data from an xml element.
|
Method | Description | |
---|---|---|
DoInitialize ( IActivityMonitor m, System.Xml.Linq.XElement xml ) : void |
protected HandlerConfiguration ( string name ) : System.Xml.Linq | ||
name | string | The configuration name. |
return | System.Xml.Linq |
protected abstract Initialize ( IActivityMonitor m, System.Xml.Linq.XElement xml ) : void | ||
m | IActivityMonitor | Monitor to use. |
xml | System.Xml.Linq.XElement | The xml element. |
return | void |