| VariableData Class |
Namespace: FlexRule.DynamicEvaluation
[SerializableAttribute] public class VariableData
The VariableData type exposes the following members.
| Name | Description | |
|---|---|---|
| VariableData |
Creates a null one
| |
| VariableData(Object) |
This constructor is used when the value is not null and type and the value together will be assigned
| |
| VariableData(Object, MethodInfo) |
Registers a method as a function
| |
| VariableData(Object, Type) |
When a value is null but the type of variable must be assigned
|
| Name | Description | |
|---|---|---|
| IsParameterValue | ||
| IsValueNull |
Does variable has any value?
| |
| Type |
Variable type
|
| Name | Description | |
|---|---|---|
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |