Concrete implementation of IBatchRenderingOptions.
More...
|
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...
|
|
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...
|
|
Concrete implementation of IBatchRenderingOptions.
CSF.Zpt.BatchRendering.BatchRenderingOptions.BatchRenderingOptions |
( |
Stream |
inputStream = null , |
|
|
Stream |
outputStream = null , |
|
|
IEnumerable< FileSystemInfo > |
inputPaths = null , |
|
|
FileSystemInfo |
outputPath = null , |
|
|
string |
inputSearchPattern = null , |
|
|
string |
outputExtensionOverride = null , |
|
|
IEnumerable< DirectoryInfo > |
ignoredPaths = null , |
|
|
RenderingMode? |
renderingMode = null |
|
) |
| |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingOptions class.
- Parameters
-
inputStream | Input stream. |
outputStream | Output stream. |
inputPaths | Input paths. |
outputPath | Output path. |
inputSearchPattern | Input search pattern. |
outputExtensionOverride | Output extension override. |
ignoredPaths | Ignored paths. |
renderingMode | The rendering mode override. |
void CSF.Zpt.BatchRendering.BatchRenderingOptions.Dispose |
( |
| ) |
|
|
inline |
IEnumerable<DirectoryInfo> CSF.Zpt.BatchRendering.BatchRenderingOptions.IgnoredPaths |
|
get |
Gets a collection of ignored paths, which shall be excluded when examining the InputPaths.
The ignored paths.
IEnumerable<FileSystemInfo> CSF.Zpt.BatchRendering.BatchRenderingOptions.InputPaths |
|
get |
Gets the input paths, which may be an empty set if it is unset.
The input paths.
string CSF.Zpt.BatchRendering.BatchRenderingOptions.InputSearchPattern |
|
get |
Gets a glob search pattern for examining the InputPaths.
The input search pattern.
Stream CSF.Zpt.BatchRendering.BatchRenderingOptions.InputStream |
|
get |
Gets the input stream, or a null
reference if it is unset.
The input stream.
string CSF.Zpt.BatchRendering.BatchRenderingOptions.OutputExtensionOverride |
|
get |
Gets an optional override for setting the file extension of written output files.
The output extension override.
FileSystemInfo CSF.Zpt.BatchRendering.BatchRenderingOptions.OutputPath |
|
get |
Gets the output path, or a null
reference if it is unset.
The output path.
Stream CSF.Zpt.BatchRendering.BatchRenderingOptions.OutputStream |
|
get |
Gets the output stream, or a null
reference if it is unset.
The output stream.
RenderingMode CSF.Zpt.BatchRendering.BatchRenderingOptions.RenderingMode |
|
get |
Gets an optional value acting as an override for auto-detection of the rendering mode.
The rendering mode.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/BatchRendering/BatchRenderingOptions.cs