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

Batch rendering document response. More...

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

Public Member Functions

 BatchRenderingDocumentResponse (ISourceInfo sourceInfo, ZptException exception)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse class. More...
 
 BatchRenderingDocumentResponse (ISourceInfo sourceInfo, string outputInfo)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse class. More...
 

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

Batch rendering document response.

Constructor & Destructor Documentation

CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.BatchRenderingDocumentResponse ( ISourceInfo  sourceInfo,
ZptException  exception 
)
inline

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

Parameters
sourceInfoSource info.
exceptionException.
CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.BatchRenderingDocumentResponse ( ISourceInfo  sourceInfo,
string  outputInfo 
)
inline

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

Parameters
sourceInfoSource info.
outputInfoOutput info.

Property Documentation

ZptException CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.Exception
get

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

The type of the error.

string CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.OutputInfo
get

Gets the output location for the current document.

The output location.

ISourceInfo CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.SourceInfo
get

Gets the input location used for the current document.

The input location.

bool CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse.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 class was generated from the following file: