ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type capable of providing information about installed plugins. More...
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... | |
Interface for a type capable of providing information about installed plugins.
IEnumerable<string> CSF.Zpt.IPluginConfiguration.GetAllPluginAssemblyPaths | ( | ) |
Gets a collection of all of the paths to the registered plugin assemblies.
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.
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.
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.
Implemented in CSF.Zpt.PluginConfigurationSection.