Click or drag to resize

MagicTypeResolveComplexProperty Method

Resolves the complex property.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MagicPropertyInfo ResolveComplexProperty(
	string propertyName,
	PropertyResolutionStyle resolutionStyle
)

Parameters

propertyName
Type: SystemString
Name of the property.
resolutionStyle
Type: com.espertech.esper.compatPropertyResolutionStyle
The resolution style.

Return Value

Type: MagicPropertyInfo

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicType.ResolveComplexProperty(System.String,com.espertech.esper.compat.PropertyResolutionStyle)"]

See Also