The FactValue type exposes the following members.

Constructors

  NameDescription
FactValue
Initializes a new instance of the FactValue class

Methods

  NameDescription
Append
If FactValue type is String, appends the supplied string to the existing value.
ConvertOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Gets a String value of the FactValue.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
ExplicitOverloaded.

Properties

  NameDescription
Cost
Deprecated.
Discriminator
The type of the fact value.
DoubleValue
The numerical value if it is a numeric type.
ErrorCode
The error code if it is an error type.
Flags
Representation of the set of attributes of the FactValue, such as read/write access, aggregate and volatile.
StringValue
The string value if it is a string type.

See Also