Implementation of IPluginConfiguration using a System.Configuration.ConfigurationSection
.
More...
Implementation of IPluginConfiguration using a System.Configuration.ConfigurationSection
.
IEnumerable<string> CSF.Zpt.PluginConfigurationSection.GetAllPluginAssemblyPaths |
( |
| ) |
|
|
inline |
Gets a collection of all of the paths to the registered plugin assemblies.
- Returns
- The plugin assembly paths.
Implements CSF.Zpt.IPluginConfiguration.
Gets the default instance of the plugin configuration.
- Returns
- The default/singleton instance.
string CSF.Zpt.PluginConfigurationSection.GetDefaultExpressionEvaluatorTypeName |
( |
| ) |
|
|
inline |
Gets the name (including namespace) of the System.Type
which is the default TALES expression evaluator.
- Returns
- The default expression evaluator type name.
Implements CSF.Zpt.IPluginConfiguration.
string CSF.Zpt.PluginConfigurationSection.GetDefaultHtmlDocumentProviderTypeName |
( |
| ) |
|
|
inline |
Gets the name (including namespace) of the System.Type
which is the default HTML document provider.
- Returns
- The default HTML document provider type name.
Implements CSF.Zpt.IPluginConfiguration.
string CSF.Zpt.PluginConfigurationSection.GetDefaultXmlDocumentProviderTypeName |
( |
| ) |
|
|
inline |
Gets the name (including namespace) of the System.Type
which is the default XML document provider.
- Returns
- The default XML document provider type name.
Implements CSF.Zpt.IPluginConfiguration.
virtual string CSF.Zpt.PluginConfigurationSection.DefaultExpressionEvaluator |
|
getset |
Gets or sets the type name of the default TALES expression evaluator.
The default expression evaluator.
virtual string CSF.Zpt.PluginConfigurationSection.DefaultHtmlDocumentProvider |
|
getset |
Gets or sets the type name of the default HTML document provider.
The default html document provider.
virtual string CSF.Zpt.PluginConfigurationSection.DefaultXmlDocumentProvider |
|
getset |
Gets or sets the type name of the default XML document provider.
The default xml document provider.
Gets or sets a collection of all of the paths to plugin assemblies.
The plugins.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/PluginConfigurationSection.cs