Click or drag to resize

PropertyExpression Constructor (IDictionary, String, PropertyExpression)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds sub PropertyExpression for property inside IList

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

Parameters

__host
Type: System.CollectionsIDictionary
The host.
__key
Type: SystemString
__parent (Optional)
Type: imbSCI.Core.dataPropertyExpression
The parent.
See Also