Click or drag to resize
FactCollection Class
Represents a collection of facts.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFact
    System.Collections.ObjectModelKeyedCollectionString, Fact
      Dynamicweb.Content.Social.MetricsFactCollection

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public sealed class FactCollection : KeyedCollection<string, Fact>

The FactCollection type exposes the following members.

Constructors
  NameDescription
Public methodFactCollection
Initializes a new instance of an object.
Top
Methods
  NameDescription
Public methodAddOrUpdateT(String, T)
Adds new or updates existing fact value.
Public methodAddOrUpdateT(String, FuncT, FuncString, T)
Adds new or updates existing fact value.
Public methodGetOrDefault(String, Object)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Public methodGetOrDefaultT(String, FuncT)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Public methodGetOrDefaultT(String, T)
Returns the value of the fact with the given name or a specified default value is the given fact cannot be found.
Top
Remarks