Click or drag to resize

PropertyExpressionExpand Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Expands this property expression with sub properties, until specified maxDepthlevel

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Expand(
	int maxDepth = 100,
	bool IncludeReadOnly = false,
	bool IncludeListsAndDictionaries = true
)
Request Example View Source

Parameters

maxDepth (Optional)
Type: SystemInt32
The maximum depth.
IncludeReadOnly (Optional)
Type: SystemBoolean
if set to true [include read only].
IncludeListsAndDictionaries (Optional)
Type: SystemBoolean
if set to true [include lists].
See Also