ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.IPluginConfiguration Interface Reference

Interface for a type capable of providing information about installed plugins. More...

Inheritance diagram for CSF.Zpt.IPluginConfiguration:

Public Member Functions

IEnumerable< string > GetAllPluginAssemblyPaths ()
 Gets a collection of all of the paths to the registered plugin assemblies. More...
 
string GetDefaultHtmlDocumentProviderTypeName ()
 Gets the name (including namespace) of the System.Type which is the default HTML document provider. More...
 
string GetDefaultXmlDocumentProviderTypeName ()
 Gets the name (including namespace) of the System.Type which is the default XML document provider. More...
 
string GetDefaultExpressionEvaluatorTypeName ()
 Gets the name (including namespace) of the System.Type which is the default TALES expression evaluator. More...
 

Detailed Description

Interface for a type capable of providing information about installed plugins.

Member Function Documentation

IEnumerable<string> CSF.Zpt.IPluginConfiguration.GetAllPluginAssemblyPaths ( )

Gets a collection of all of the paths to the registered plugin assemblies.

Returns
The plugin assembly paths.

Implemented in CSF.Zpt.PluginConfigurationSection.

string CSF.Zpt.IPluginConfiguration.GetDefaultExpressionEvaluatorTypeName ( )

Gets the name (including namespace) of the System.Type which is the default TALES expression evaluator.

Returns
The default expression evaluator type name.

Implemented in CSF.Zpt.PluginConfigurationSection.

string CSF.Zpt.IPluginConfiguration.GetDefaultHtmlDocumentProviderTypeName ( )

Gets the name (including namespace) of the System.Type which is the default HTML document provider.

Returns
The default HTML document provider type name.

Implemented in CSF.Zpt.PluginConfigurationSection.

string CSF.Zpt.IPluginConfiguration.GetDefaultXmlDocumentProviderTypeName ( )

Gets the name (including namespace) of the System.Type which is the default XML document provider.

Returns
The default XML document provider type name.

Implemented in CSF.Zpt.PluginConfigurationSection.


The documentation for this interface was generated from the following file: