ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents the response from a batch-rendering operation. More...
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... | |
![]() | |
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... | |
Represents the response from a batch-rendering operation.
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class.
fatalError | The nature of a fatal error. |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingResponse class.
documents | A collection of the documents rendered. |
|
get |
Gets a collection of response items relating to the individual documents rendered.
The documents.
|
get |
Gets the nature of a fatal error, if applicable.
The fatal error.