Click or drag to resize
VariableData Class
Holds a variable value and type
Inheritance Hierarchy
SystemObject
  FlexRule.DynamicEvaluationVariableData

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class VariableData

The VariableData type exposes the following members.

Constructors
  NameDescription
Public methodVariableData
Creates a null one
Public methodVariableData(Object)
This constructor is used when the value is not null and type and the value together will be assigned
Public methodVariableData(Object, MethodInfo)
Registers a method as a function
Public methodVariableData(Object, Type)
When a value is null but the type of variable must be assigned
Top
Properties
  NameDescription
Public propertyIsParameterValue
Public propertyIsValueNull
Does variable has any value?
Public propertyType
Variable type
Top
Methods
Extension Methods
See Also