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

Represents the response from a batch-rendering task. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IBatchRenderingResponse:

Properties

BatchRenderingFatalErrorType FatalError [get]
 Gets the nature of a fatal error, if applicable. More...
 
IEnumerable
< IBatchRenderingDocumentResponse
Documents [get]
 Gets a collection of response items relating to the individual documents rendered. More...
 

Detailed Description

Represents the response from a batch-rendering task.

Property Documentation

IEnumerable<IBatchRenderingDocumentResponse> CSF.Zpt.BatchRendering.IBatchRenderingResponse.Documents
get

Gets a collection of response items relating to the individual documents rendered.

The documents.

BatchRenderingFatalErrorType CSF.Zpt.BatchRendering.IBatchRenderingResponse.FatalError
get

Gets the nature of a fatal error, if applicable.

The fatal error.


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