Click or drag to resize

PropertyExpression Constructor (Object, String, Int32, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates root expression - cannot set value directy, used for expression tree building

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyExpression(
	Object __host,
	string __name,
	int expandDepth,
	bool IncludeReadOnly,
	bool IncludeCollections
)
Request Example View Source

Parameters

__host
Type: SystemObject
The host.
__name
Type: SystemString
expandDepth
Type: SystemInt32
IncludeReadOnly
Type: SystemBoolean
IncludeCollections
Type: SystemBoolean
See Also