Class Reporter
Base for all reporters - entities that output check list state into TextWriter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Health
Assembly: NFX.dll
Syntax
public abstract class Reporter
Constructors
Reporter(CheckList)
Declaration
protected Reporter(CheckList list)
Parameters
| Type | Name | Description |
|---|---|---|
| CheckList | list |
Properties
CheckList
Declaration
public CheckList CheckList { get; }
Property Value
| Type | Description |
|---|---|
| CheckList |
Methods
Report(TextWriter)
Declaration
public abstract void Report(TextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.TextWriter | writer |