Click or drag to resize

PropertyExpressionToolsGetExpressionResolved Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resolves the specified expresion path, having host as starting node

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static PropertyExpression GetExpressionResolved(
	this Object host,
	string path
)
Request Example View Source

Parameters

host
Type: SystemObject
The host object - the starting point for expression path interpretation
path
Type: SystemString
The path.

Return Value

Type: PropertyExpression

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also