Click or drag to resize
VariableContainer Constructor
When container represents member values of a specific type

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public VariableContainer(
	Type parentType = null,
	string planKey = null
)

Parameters

parentType (Optional)
Type: SystemType
planKey (Optional)
Type: SystemString
See Also