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
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also