Click or drag to resize
INestedContainerManagerGetContainer Method
Creates a new nested container or return the existing one

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IVariableContainer GetContainer(
	string childName,
	Type parentType = null
)

Parameters

childName
Type: SystemString
parentType (Optional)
Type: SystemType
Not null when nested underlaying container is related to properties of a type

Return Value

Type: IVariableContainer
See Also