Class CoberturaConverterOptions
Inheritance
System.Object
CoberturaConverterOptions
Assembly: CoberturaConverter.CommandLine.dll
Syntax
public class CoberturaConverterOptions : object
Properties
|
Improve this Doc
View Source
Declaration
public string InputFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutputFilePath
Declaration
public string OutputFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Target
Declaration
public SourceReportFormat Target { get; set; }
Property Value