![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() NormalizeDate | Rounds the time passed in the parameter down to the nearest minute, truncating any seconds |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
DetailData Constructor
|
Default constructor |
Add | Adds a detail entry |
Clear | Overloaded. Removes all detail entries. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Exists | Overloaded. Determines if a statistic has been recorded for a specific minute |
GetData | Creates a sorted collection of TimedStatistic objects that represent the values of the named statistic at different points in time. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ReadFrom | Imports detail entries from a DetailsDataTable, clearing the table after loading its entries. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteTo | Exports detail entries to a DetailsDataTable object. |
OnDetailDataChanged | Fired when the contents of a detail data element changes. Changed contents will only be the Value member. |
OnDetailDataCleared | Fired when the contents of this object is cleared. |
DetailData Class | HeroStats.StatsEngine Namespace