Click or drag to resize
INestedContainerManager Interface
Manages all the nested containers inside a IVariableContainer

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface INestedContainerManager

The INestedContainerManager type exposes the following members.

Methods
  NameDescription
Public methodExists
Checks nested container's name
Public methodGetContainer
Creates a new nested container or return the existing one
Public methodGetNames
Lists all the nested container's name
Public methodRemove
Removes nested container
Public methodRemoveAll
Removes all nested container
Top
See Also