| INestedContainerManagerGetContainer Method |
Creates a new nested container or return the existing one
Namespace: FlexRuleAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
SyntaxIVariableContainer 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