| FactCollection Class |
Namespace: Dynamicweb.Content.Social.Metrics
The FactCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| FactCollection |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| AddOrUpdateT(String, T) |
Adds new or updates existing fact value.
| |
| AddOrUpdateT(String, FuncT, FuncString, T) |
Adds new or updates existing fact value.
| |
| GetOrDefault(String, Object) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
| |
| GetOrDefaultT(String, FuncT) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
| |
| GetOrDefaultT(String, T) |
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
|