HeroStats Libraries
DetailData Members

DetailData overview

Public Static (Shared) Methods

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.

Public Instance Constructors

DetailData Constructor Default constructor

Public Instance Methods

Add Adds a detail entry
ClearOverloaded. Removes all detail entries.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ExistsOverloaded. 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.

Public Instance Events

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.

See Also

DetailData Class | HeroStats.StatsEngine Namespace