ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents batch rendering options, indicating the inputs and outputs for a IBatchRenderer. More...
Properties | |
Stream | InputStream [get] |
Gets the input stream, or a null reference if it is unset. More... | |
IEnumerable< FileSystemInfo > | InputPaths [get] |
Gets the input paths, which may be an empty set if it is unset. More... | |
IEnumerable< DirectoryInfo > | IgnoredPaths [get] |
Gets a collection of ignored paths, which shall be excluded when examining the InputPaths. More... | |
string | InputSearchPattern [get] |
Gets a glob search pattern for examining the InputPaths. More... | |
RenderingMode | RenderingMode [get] |
Gets an optional value acting as an override for auto-detection of the rendering mode. More... | |
Stream | OutputStream [get] |
Gets the output stream, or a null reference if it is unset. More... | |
FileSystemInfo | OutputPath [get] |
Gets the output path, or a null reference if it is unset. More... | |
string | OutputExtensionOverride [get] |
Gets an optional override for setting the file extension of written output files. More... | |
Represents batch rendering options, indicating the inputs and outputs for a IBatchRenderer.
|
get |
Gets a collection of ignored paths, which shall be excluded when examining the InputPaths.
The ignored paths.
|
get |
Gets the input paths, which may be an empty set if it is unset.
The input paths.
|
get |
Gets a glob search pattern for examining the InputPaths.
The input search pattern.
|
get |
Gets the input stream, or a null
reference if it is unset.
The input stream.
|
get |
Gets an optional override for setting the file extension of written output files.
The output extension override.
|
get |
Gets the output path, or a null
reference if it is unset.
The output path.
|
get |
Gets the output stream, or a null
reference if it is unset.
The output stream.
|
get |
Gets an optional value acting as an override for auto-detection of the rendering mode.
The rendering mode.