FlexRule Runtime API
FlexRule Runtime API
FlexRule Namespaces
FlexRule
IVariableContainer Interface
IVariableContainer Methods
Exists Method
GetVariableList Method
GetVariableType Method
GetVariableValue Method
IsRegistered Method
RegisterVariable Method
Remove Method
RemoveAll Method
SetVariableValue Method
IVariableContainer
RegisterVariable Method
Registers a variable with its value
Namespace:
FlexRule
Assembly:
FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Copy
IVariableContainer
RegisterVariable
(
string
name
,
Object
value
=
null
)
Parameters
name
Type:
System
String
Name of variable
value
(Optional)
Type:
System
Object
Value of variable or a
VariableData
reference
Return Value
Type:
IVariableContainer
See Also
Reference
IVariableContainer Interface
FlexRule Namespace
(c) 2017 by FlexRule
Send comments on this topic to
support@flexrule.com