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

Represents the response for a single document within an IBatchRenderingResponse. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse:

Properties

bool Success [get]
 Gets a value indicating whether this CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse indicates a success. More...
 
ZptException Exception [get]
 Gets the nature of an error relating to the current document, if applicable. More...
 
ISourceInfo SourceInfo [get]
 Gets the input location used for the current document. More...
 
string OutputInfo [get]
 Gets the output location for the current document. More...
 

Detailed Description

Represents the response for a single document within an IBatchRenderingResponse.

Property Documentation

ZptException CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse.Exception
get

Gets the nature of an error relating to the current document, if applicable.

The type of the error.

string CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse.OutputInfo
get

Gets the output location for the current document.

The output location.

ISourceInfo CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse.SourceInfo
get

Gets the input location used for the current document.

The input location.

bool CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse.Success
get

Gets a value indicating whether this CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse indicates a success.

true if a success; otherwise, false.


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