Click or drag to resize
ReactionDynamics Class
Represents reaction dynamics. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.Social.MetricsReactionDynamics

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public sealed class ReactionDynamics : IEnumerable<KeyValuePair<DateTime, int>>

The ReactionDynamics type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the total number of elements.
Public propertyDates
Gets the list of ordered dates.
Public propertyItem
Gets or sets the number of reactions for a given date.
Public propertyMaxDate
Gets the current maximum date.
Public propertyMinDate
Gets the current minimum date.
Public propertyReactions
Gets the list of reactions ordered by dates.
Top
Methods
  NameDescription
Public methodAccumuate Obsolete.
Public methodAccumuateRange Obsolete.
Public methodAccumulate
Accumulates the number of reactions for the given element.
Public methodAccumulateRange
Accumulates the number of reactions for every element in a given sequence.
Public methodAdd
Adds new element.
Public methodAddOrUpdate
Adds new or updates existing element.
Public methodAddOrUpdateRange
Adds new or updates existing elements according to the given values.
Public methodAddRange
Adds new elements according to the given values.
Public methodClear
Removes all elements.
Public methodContainsDate
Returns value indicating whether this object contains any elements with the given date.
Public methodContainsReactionCount
Returns value indicating whether this object contains any elements with the given number of reactions.
Public methodContainsreactions Obsolete.
Public methodGetEnumerator
Returns an object that can be used to iterate over the elements in the collection.
Public methodRemove
Removes the element with the given date.
Public methodRemoveRange
Removes all elements with given dates.
Public methodToDictionary
Returns a dictionary representation of the current object.
Public methodToList
Returns a list representation of the current object.
Top
Explicit Interface Implementations
Remarks