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

Represents options from which IRenderingSettings may be built. More...

Inheritance diagram for CSF.Zpt.Rendering.IRenderingOptions:

Properties

string RenderingContextFactoryType [get]
 Gets the assembly-qualified type name of the IRenderingContextFactory type to use. More...
 
bool AddSourceFileAnnotation [get]
 Gets a value indicating whether source file annotations should be added to the rendered output. More...
 
string ContextVisitorTypes [get]
 Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use. More...
 
string OutputEncodingName [get]
 Gets the name of the encoding (eg: UTF-8) for the rendered output. More...
 
bool OmitXmlDeclaration [get]
 Gets a value indicating whether the XML declaration should be omitted (where applicable). More...
 
string DocumentFactoryType [get]
 Gets the assembly-qualified name of the ITemplateFileFactory to use when creating documents. More...
 
IDictionary< string, string > KeywordOptions [get]
 Gets the keyword options. More...
 

Detailed Description

Represents options from which IRenderingSettings may be built.

Property Documentation

bool CSF.Zpt.Rendering.IRenderingOptions.AddSourceFileAnnotation
get

Gets a value indicating whether source file annotations should be added to the rendered output.

true if source file annotations are to be added; otherwise, false.

string CSF.Zpt.Rendering.IRenderingOptions.ContextVisitorTypes
get

Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use.

The context visitor types.

string CSF.Zpt.Rendering.IRenderingOptions.DocumentFactoryType
get

Gets the assembly-qualified name of the ITemplateFileFactory to use when creating documents.

The type of the document factory.

IDictionary<string,string> CSF.Zpt.Rendering.IRenderingOptions.KeywordOptions
get

Gets the keyword options.

The keyword options.

bool CSF.Zpt.Rendering.IRenderingOptions.OmitXmlDeclaration
get

Gets a value indicating whether the XML declaration should be omitted (where applicable).

true if the XML declaration is to be omitted; otherwise, false.

string CSF.Zpt.Rendering.IRenderingOptions.OutputEncodingName
get

Gets the name of the encoding (eg: UTF-8) for the rendered output.

The output encoding.

string CSF.Zpt.Rendering.IRenderingOptions.RenderingContextFactoryType
get

Gets the assembly-qualified type name of the IRenderingContextFactory type to use.

The type of the rendering context factory.


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