ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Batch rendering document response. More...
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... | |
![]() | |
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... | |
Batch rendering document response.
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse class.
sourceInfo | Source info. |
exception | Exception. |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingDocumentResponse class.
sourceInfo | Source info. |
outputInfo | Output info. |
|
get |
Gets the nature of an error relating to the current document, if applicable.
The type of the error.
|
get |
Gets the output location for the current document.
The output location.
|
get |
Gets the input location used for the current document.
The input location.
|
get |
Gets a value indicating whether this CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse indicates a success.
true
if a success; otherwise, false
.