ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CCSF.Zpt.Tal.AttributeHandlingResultRepresents the response from IAttributeHandler.Handle(IRenderingContext).
 CConfigurationElement
 CConfigurationElementCollection
 CConfigurationSection
 CCSF.Zpt.Rendering.ElementExtensionsExtension methods for the IZptElement type and its subtypes.
 CException
 CCSF.Zpt.Tales.ExpressionRepresents a TALES expression.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionHostBuilderBase
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionModelRepresents information about a CSharp expression.
 CCSF.Zpt.Rendering.ExpressionResultRepresents the result of evaluating a TALES expression.
 CCSF.Zpt.DocumentProviders.HtmlAgilityPackConfiguratorA type which performs configuration upon the HTML Agility Pack (HAP) library, in order to fix a few quirks which make it troublesome when working with valid HTML.
 CCSF.Zpt.Rendering.IActionCancellerInterface for a type which may 'cancel an action'. The meaning of this is dependant upon the operation being performed, but generally it will mean that no change is made to an existing HTML structure.
 CCSF.Zpt.IAddOnAssemblyFinderA service which gets the full paths for add-on assemblies, given a partial name for the assembly.
 CCSF.Zpt.Tal.IAttributeHandlerInterface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext.
 CCSF.Zpt.BatchRendering.IBatchOptionsInputHelperInterface for a type which enables selection of the input options for IBatchRenderingOptions.
 CCSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelperInterface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents.
 CCSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelperInterface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate a single document.
 CCSF.Zpt.BatchRendering.IBatchRendererInterface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job.
 CCSF.Zpt.BatchRendering.IBatchRenderingDocumentResponseRepresents the response for a single document within an IBatchRenderingResponse.
 CCSF.Zpt.BatchRendering.IBatchRenderingOptionsValidatorInterface for a service which renders IBatchRenderingOptions instances.
 CCSF.Zpt.BatchRendering.IBatchRenderingResponseRepresents the response from a batch-rendering task.
 CCSF.Zpt.SourceAnnotation.ICommentFormatterService which creates formatted source annotation comments.
 CIComparable
 CCSF.Zpt.Rendering.IContextVisitorInterface for a type which can visit a IRenderingContext instance.
 CCSF.Zpt.Rendering.IContextVisitorFactoryType which creates instances of IContextVisitor via reflection.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ICSharpExpressionFactoryRepresents a factory instance capable of creating CSharpExpression instances.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ICSharpExpressionServiceInterface for a service which manages instances of CSharpExpression.
 CIDisposable
 CCSF.Zpt.Rendering.IElementRendererService which renders a single
 CIEnumerable
 CIEquatable
 CCSF.Zpt.Tales.IEvaluatorSelectorInterface for a service which provides access to instances of IExpressionEvaluator.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.IExpressionConfigurationRepresents the configuration for CSharp expressions.
 CCSF.Zpt.Tales.IExpressionEvaluatorInterface for a type which evaluates TALES expressions.
 CCSF.Zpt.Tales.IExpressionEvaluatorServiceInterface for a service which exposes IExpressionEvaluator instances.
 CCSF.Zpt.Tales.IExpressionFactoryCreator for Expression instances.
 CCSF.Zpt.ExpressionEvaluators.CSharpFramework.IExpressionHostInterface for the dynamically-compiled (generated) type which hosts the CSharp expression logic.s
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.IExpressionHostCompilerInterface for a service which generates an ExpressionHostCreator instances, by compiling dynamic code.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.IExpressionHostCreatorInterface for an object which is capable of creating an IExpressionHost instance, which contains the compiled code for a single CSharp expression.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.IExpressionSpecificationFactoryA service which creates ExpressionSpecification instances.
 CCSF.Zpt.Metal.IMacroExpanderInterface for a service which applies METAL macro expansion to an element within a IRenderingContext.
 CCSF.Zpt.Metal.IMacroFinderA type which finds METAL macros where they are referenced by a rendering context.
 CCSF.Zpt.Metal.IMacroSubstituterSerivce which is responsible for making substitutions of content in METAL macros.
 CCSF.Zpt.Metal.IMetalMacroRepresents a METAL macro and its name.
 CCSF.Zpt.Rendering.IModelValueContainerHelper type which permits configuration of the TAL and/or METAL models with data.
 CCSF.Zpt.Rendering.IModelValueStoreRepresents a mechanism of configuring an IModel, by adding local and/or global variable definitions.
 CCSF.Zpt.IPluginAssemblyLoaderInterface for a type which loads plugin assemblies.
 CCSF.Zpt.IPluginConfigurationInterface for a type capable of providing information about installed plugins.
 CCSF.Zpt.Rendering.IRenderingContextFactoryInterface for a type which creates an instance of IRenderingContext from the IRenderingSettings.
 CCSF.Zpt.Rendering.IRenderingContextFactoryFactoryType which creates instances of IRenderingContextFactory via reflection.
 CCSF.Zpt.BatchRendering.IRenderingJobRepresents a task to render a single IZptDocument.
 CCSF.Zpt.BatchRendering.IRenderingJobFactoryInterface for a factory type which creates instances of IRenderingJob.
 CCSF.Zpt.Rendering.IRenderingOptionsRepresents options from which IRenderingSettings may be built.
 CCSF.Zpt.Rendering.IRenderingSettingsEncapsulates the available options for rendering a IZptDocument.
 CCSF.Zpt.Rendering.IRenderingSettingsFactoryFactory type for creating instances of IRenderingSettings.
 CCSF.Zpt.SourceAnnotation.ISourceAnnotatorPerforms source annotation tasks upon METAL elements.
 CCSF.Zpt.Rendering.ISourceInfoFactoryFactory type for ISourceInfo.
 CCSF.Zpt.Tales.ITalesConvertibleInterface which may be used for types which implement custom code for conversions by the TALES system.
 CCSF.Zpt.Tales.ITalesPathHandlerInterface for a type which provides custom handling of a TALES path fragment.
 CCSF.Zpt.Tales.ITemplateFileFactoryInterface for a type which creates instances of TemplateFile.
 CIView
 CCSF.Zpt.IXmlUrlResolverFactoryInterface for a service which can return instances of XmlUrlResolver.
 CCSF.Zpt.Rendering.IZptAttributeInterface for a type which wraps a DOM attribute.
 CCSF.Zpt.IZptDocumentRepresents a ZPT document.
 CCSF.Zpt.IZptDocumentFactoryInterface for a type which creates instances of IZptDocument.
 CCSF.Zpt.IZptDocumentProviderInterface for a type which creates IZptDocument implementations.
 CCSF.Zpt.IZptDocumentProviderServiceInterface for a service which provides access to the various registered IZptDocumentProvider instances.
 CCSF.Zpt.MVC.IZptViewEngineConfiguration
 CCSF.Zpt.ZptConstants.MetalStatic type for METAL constants.
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.ObjectTraverserEncapsulates logic for traversing from one TALES object to another.
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathRepresents a TALES path, which is composed of one or more PathComponent, each of which is in turn composed of one or more PathPart.
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathComponentRepresents a component of a composite TALES path. This type is comprised of one or more PathPart.
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathPartRepresents a part of a TALES path, this type indicates a single traversal from a parent object to a child.
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathWalkerProvides a forwards-only reader for Path instances, behaving similarly to an IEnumerator.
 CCSF.Zpt.PluginServiceBaseAbstract base type for a service which exposes plugin instances.
 CCSF.Zpt.ExpressionEvaluators.PythonExpressions.PythonExpressionHostHost type which builds and evaluates Python expressions using the IronPython API.
 CCSF.Zpt.Rendering.RenderingContextExtensionsExtension methods for RenderingContext instances.
 CCSF.Zpt.Metal.SlotToFillRepresents a METAL slot definition, matched with the content which will be used to fill it.
 CCSF.Zpt.ZptConstants.SourceAnnotationStatic type for source annotation constants.
 CCSF.Zpt.ZptConstants.TalStatic type for TAL constants.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionHostBuilderBase.ToStringInstanceHelper
 CTraceListener
 CCSF.Zpt.ExpressionEvaluators.PathExpressions.TraversalWrapperNon-generic abstract base class representing a wrapper by which a reflection-based reference may be traversed.
 CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.VariableTypeDefinitionRepresents the assignment of a variable type to a variable name.
 CVirtualPathProviderViewEngine
 CCSF.Zpt.ZptConstantsStatic type holding constant values shared amongst the ZPT system.