Summary
The options for the Transform Verb
- Namespace
- ReSharperReports
.Options - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["TransformSubOptions"]
class Type type-node
Syntax
[Verb("transform", HelpText = "Transforms an input XML report file.")]
public class TransformSubOptions
Attributes
Type | Description |
---|---|
Verb |
Properties
Name | Value | Summary |
---|---|---|
InputFilePath | string |
Gets or sets the input file path
|
LogFilePath | string |
Gets or sets the log file path
|
OutputFilePath | string |
Gets or sets the output file path
|
XslFilePath | string |
Gets or sets the XSL Transformation file path
|