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

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

Inheritance diagram for CSF.Zpt.BatchRendering.BatchRenderingResponse:
Collaboration diagram for CSF.Zpt.BatchRendering.BatchRenderingResponse:

Public Member Functions

 BatchRenderingResponse (BatchRenderingFatalErrorType fatalError)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class. More...
 
 BatchRenderingResponse (IEnumerable< IBatchRenderingDocumentResponse > documents)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class. More...
 

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...
 
- Properties inherited from CSF.Zpt.BatchRendering.IBatchRenderingResponse
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 operation.

Constructor & Destructor Documentation

CSF.Zpt.BatchRendering.BatchRenderingResponse.BatchRenderingResponse ( BatchRenderingFatalErrorType  fatalError)
inline

Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class.

Parameters
fatalErrorThe nature of a fatal error.
CSF.Zpt.BatchRendering.BatchRenderingResponse.BatchRenderingResponse ( IEnumerable< IBatchRenderingDocumentResponse documents)
inline

Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class.

Parameters
documentsA collection of the documents rendered.

Property Documentation

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

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

The documents.

BatchRenderingFatalErrorType CSF.Zpt.BatchRendering.BatchRenderingResponse.FatalError
get

Gets the nature of a fatal error, if applicable.

The fatal error.


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