Click or drag to resize

HistoryRecord Class

Data class used in Zone/Encounter History Records
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerHistoryRecord

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class HistoryRecord : IComparable<HistoryRecord>, 
	IEquatable<HistoryRecord>

The HistoryRecord type exposes the following members.

Constructors
  NameDescription
Public methodHistoryRecord
Data class used in Zone/Encounter History Records
Top
Properties
  NameDescription
Public propertyCharName
The active character that the event was created for
Public propertyDuration
EndTime - StartTime
Public propertyEndTime
The time the zone was left, or the EndTime of the encounter
Public propertyFolderHint
What folder the log file should be in
Public propertyLabel
The zone name, or encounter title
Public propertyStartTime
The zone in time, or the first action of an encounter
Public propertyType
0 for zones, 1 for encounters
Top
Methods
See Also