 | 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.
Syntaxpublic void Expand(
int maxDepth = 100,
bool IncludeReadOnly = false,
bool IncludeListsAndDictionaries = true
)
Request Example
View SourceParameters
- 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