A Sandcastle Documented Class Library
HistoryRecord Class
NamespacesAdvanced_Combat_TrackerHistoryRecord
Data class used in Zone/Encounter History Records
Declaration Syntax
C#Visual BasicVisual C++
public class HistoryRecord : IComparable<HistoryRecord>, 
	IEquatable<HistoryRecord>
Public Class HistoryRecord _
	Implements IComparable(Of HistoryRecord), IEquatable(Of HistoryRecord)
public ref class HistoryRecord : IComparable<HistoryRecord^>, 
	IEquatable<HistoryRecord^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HistoryRecord(Int32, DateTime, DateTime, String, String)
Data class used in Zone/Encounter History Records

CharName
The active character that the event was created for

CompareTo(HistoryRecord)
StartTime comparison

Duration
EndTime - StartTime

EndTime
The time the zone was left, or the EndTime of the encounter

Equals(HistoryRecord)
StartTime equality

Equals(Object)
StartTime equality
(Overrides Object.Equals(Object).)
GetHashCode()()()() (Overrides Object.GetHashCode()()()().)
Label
The zone name, or encounter title

StartTime
The zone in time, or the first action of an encounter

ToString()()()()
Formatted label with date/time/duration
(Overrides Object.ToString()()()().)
Type
0 for zones, 1 for encounters

Inheritance Hierarchy
Object
HistoryRecord

Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 3.1.0.238