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

Default implementation of IRenderingOptions. More...

Inheritance diagram for CSF.Zpt.Rendering.RenderingOptions:
Collaboration diagram for CSF.Zpt.Rendering.RenderingOptions:

Public Member Functions

 RenderingOptions ()
 Initializes a new instance of the CSF.Zpt.Rendering.RenderingOptions class. More...
 

Properties

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

Default implementation of IRenderingOptions.

Constructor & Destructor Documentation

CSF.Zpt.Rendering.RenderingOptions.RenderingOptions ( )
inline

Initializes a new instance of the CSF.Zpt.Rendering.RenderingOptions class.

Property Documentation

bool CSF.Zpt.Rendering.RenderingOptions.AddSourceFileAnnotation
getset

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.RenderingOptions.ContextVisitorTypes
getset

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

The context visitor types.

string CSF.Zpt.Rendering.RenderingOptions.DocumentFactoryType
getset

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.RenderingOptions.KeywordOptions
get

Gets the keyword options.

The keyword options.

bool CSF.Zpt.Rendering.RenderingOptions.OmitXmlDeclaration
getset

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.RenderingOptions.OutputEncodingName
getset

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

The output encoding.

string CSF.Zpt.Rendering.RenderingOptions.RenderingContextFactoryType
getset

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

The type of the rendering context factory.


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