Click or drag to resize

PropertyExpression Constructor (Object, String, PropertyExpression)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the PropertyExpression class

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyExpression(
	Object __host,
	string __pathPart,
	PropertyExpression __parent = null
)
Request Example View Source

Parameters

__host
Type: SystemObject
__pathPart
Type: SystemString
__parent (Optional)
Type: imbSCI.Core.dataPropertyExpression
See Also