| ReactionDynamics Class |
Namespace: Dynamicweb.Content.Social.Metrics
The ReactionDynamics type exposes the following members.
| Name | Description | |
|---|---|---|
| ReactionDynamics |
Initializes a new instance of an object.
| |
| ReactionDynamics(IDictionaryDateTime, Int32) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the total number of elements.
| |
| Dates |
Gets the list of ordered dates.
| |
| Item |
Gets or sets the number of reactions for a given date.
| |
| MaxDate |
Gets the current maximum date.
| |
| MinDate |
Gets the current minimum date.
| |
| Reactions |
Gets the list of reactions ordered by dates.
|
| Name | Description | |
|---|---|---|
| Accumuate | Obsolete. | |
| AccumuateRange | Obsolete. | |
| Accumulate |
Accumulates the number of reactions for the given element.
| |
| AccumulateRange |
Accumulates the number of reactions for every element in a given sequence.
| |
| Add |
Adds new element.
| |
| AddOrUpdate |
Adds new or updates existing element.
| |
| AddOrUpdateRange |
Adds new or updates existing elements according to the given values.
| |
| AddRange |
Adds new elements according to the given values.
| |
| Clear |
Removes all elements.
| |
| ContainsDate |
Returns value indicating whether this object contains any elements with the given date.
| |
| ContainsReactionCount |
Returns value indicating whether this object contains any elements with the given number of reactions.
| |
| Containsreactions | Obsolete. | |
| GetEnumerator |
Returns an object that can be used to iterate over the elements in the collection.
| |
| Remove |
Removes the element with the given date.
| |
| RemoveRange |
Removes all elements with given dates.
| |
| ToDictionary |
Returns a dictionary representation of the current object.
| |
| ToList |
Returns a list representation of the current object.
|
| Name | Description | |
|---|---|---|
| IEnumerableKeyValuePairDateTime, Int32GetEnumerator |