Click or drag to resize
Fact Class
Represents a fact. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.Social.MetricsFact

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

The Fact type exposes the following members.

Constructors
  NameDescription
Public methodFact
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyName
Gets the fact name.
Public propertyValue
Gets the fact value.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object with the given one.
Public methodEquals
Returns value indicating whether this object is equal to the given one.
(Overrides ObjectEquals(Object).)
Public methodGetBoolean
Returns a Boolean value of this object.
Public methodGetDouble
Returns a Double value of this object.
Public methodGetHashCode
Returns a hash code of the given instance.
(Overrides ObjectGetHashCode.)
Public methodGetInt32
Returns an Int32 value of this object.
Public methodGetInt64
Returns an Int64 value of this object.
Public methodGetString
Returns a String value of this object.
Public methodGetString(String)
Returns a String value of this object.
Public methodGetString(String, IFormatProvider)
Returns a String value of this object.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
Remarks