DamageTypeData Class |
Namespace: Advanced_Combat_Tracker
public class DamageTypeData : IEquatable<DamageTypeData>, IComparable<DamageTypeData>
The DamageTypeData type exposes the following members.
Name | Description | |
---|---|---|
![]() | DamageTypeData |
Data object labeled as Melee/NonMelee etc that holds child AttackTypes
|
Name | Description | |
---|---|---|
![]() | Average |
Average successful hit
|
![]() | AverageDelay |
Duration divided by number of swings
|
![]() | Blocked |
Total failed attacks(not misses) reported by the "All" AttackType
|
![]() | CharDPS |
Damage divided by the combatant duration
|
![]() | ColCollection |
Contains SQL column data
|
![]() ![]() | ColHeaderCollection |
Contains SQL column names
|
![]() ![]() | ColHeaderString |
Contains SQL column names
|
![]() ![]() | ColTypeCollection |
Contains SQL column data types
|
![]() | CritHits |
Total critical hits reported by the "All" AttackType
|
![]() | CritPerc |
String representation of the critical percentage rate
|
![]() | Damage |
Total damage reported by the "All" AttackType
|
![]() | DPS |
Damage divided by DamageType duration
|
![]() | Duration |
From StartTime to EndTime, or in the case of merged data, the additions of each encounter
|
![]() | DurationS |
Formatted duration string
|
![]() | EncDPS |
Damage divided by the encounter duration
|
![]() | EndTime |
Last action recorded from the "All" AttackType
|
![]() | ExtDPS | |
![]() | Hits |
Total hits reported by the "All" AttackType
|
![]() | Items |
Child AttackType objects
|
![]() | MaxHit |
Largest hit
|
![]() | Median |
Median successful hit
|
![]() | MinHit |
Smallest hit
|
![]() | Misses |
Total misses reported by the "All" AttackType
|
![]() | Outgoing |
If the type of attacks stored are incoming or outgoing
|
![]() | Parent |
The CombatantData object that holds this
|
![]() | StartTime |
First action recorded from the "All" AttackType
|
![]() | Swings |
Total swings reported by the "All" AttackType
|
![]() | Tags |
Arbitrary data you may assign to a DamageTypeData object
|
![]() | ToHit |
Percentage of successful attacks
|
![]() | Type |
The DamageType label
|
Name | Description | |
---|---|---|
![]() | AddCombatAction | |
![]() | CompareTo | |
![]() | Equals | |
![]() | GetColumnByName |
Gets the cell text for a given column
|
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | InvalidateCachedValues | |
![]() | InvalidateCachedValues(Boolean) | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | Trim |
Trims unused elements from all child arrays
|
Name | Description | |
---|---|---|
![]() ![]() | ColumnDefs |
A collection of column definitions that may appear in tables
|