Click or drag to resize
IVariableContainerFallbackValueReader Property
Fallback reader strategy

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IVariableContainer FallbackValueReader { get; set; }

Property Value

Type: IVariableContainer
Remarks
When a value is read using or checked for existence Exists(String) if they fail to access the variable they will use the fallback container.
See Also