Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 622 Bytes

File metadata and controls

10 lines (7 loc) · 622 Bytes

Implement ICanReport

When writing a Performable class, implement the ICanReport interface a well as the relevant performable interface. This enables a performable to emit a formatted, human-readable fragment of a report for the current performable.

If you plan to redistribute your performables as a library then consider making your report fragments localizable strings, so that they may be translated for other locales.