Click or drag to resize

EncounterDataTextExportFormatter Class

A text export definition for a EncounterData object
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerEncounterDataTextExportFormatter

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public class TextExportFormatter

The EncounterDataTextExportFormatter type exposes the following members.

Constructors
 NameDescription
Public methodEncounterDataTextExportFormatter A text export definition for a EncounterData object
Top
Properties
 NameDescription
Public propertyDescription A decription of what the user should expect from the formatter
Public propertyLabel A friendly label for the text export formatter
Public propertyName The simple name that represents the text export formatter, like {damage} or {dps}
Top
Fields
 NameDescription
Public fieldGetExportString A delegated method to be called to get back a string to be put into a text export
Top
See Also