Summary
Carries data specified through the formatter element.
- Assembly
- NAnt
.NUnit .dll - Namespace
- NAnt
.NUnit .Types - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FormatterData"]
class Type type-node
Syntax
[Serializable]
public class FormatterData
Attributes
| Type | Description |
|---|---|
| Serializable |
Properties
| Name | Value | Summary |
|---|---|---|
| Extension | string |
Gets or sets the extension to append to the output filename.
|
| OutputDirectory | DirectoryInfo |
Gets or sets the directory where the output file should be written
to, if
NAnt.NUnit.Types.FormatterData.UseFile is true.
|
| Type | FormatterType |
Gets or sets the type of the formatter.
|
| UseFile | bool |
Gets or sets a value indicating whether output should be persisted
to a file.
|
