The FactValue type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Append | If FactValue type is String, appends the supplied string to the existing value.
| |
| Convert | Overloaded. | |
| Equals | (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
| Name | Description | |
|---|---|---|
| Explicit | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| 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.
|