Click or drag to resize

ProxyEventPropertyGetter Constructor (Func, Boolean, EventBean)

Initializes a new instance of the ProxyEventPropertyGetter class

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ProxyEventPropertyGetter(
	Func pMethodGet,
	bool pMethodGetFragment,
	EventBean pMethodIsExistsProperty
)

Parameters

pMethodGet
Type: SystemFuncT, TResult

[Missing <param name="pMethodGet"/> documentation for "M:com.espertech.esper.common.client.ProxyEventPropertyGetter.#ctor(System.Func`2,System.Boolean,com.espertech.esper.common.client.EventBean)"]

pMethodGetFragment
Type: SystemBoolean

[Missing <param name="pMethodGetFragment"/> documentation for "M:com.espertech.esper.common.client.ProxyEventPropertyGetter.#ctor(System.Func`2,System.Boolean,com.espertech.esper.common.client.EventBean)"]

pMethodIsExistsProperty
Type: com.espertech.esper.common.clientEventBean

[Missing <param name="pMethodIsExistsProperty"/> documentation for "M:com.espertech.esper.common.client.ProxyEventPropertyGetter.#ctor(System.Func`2,System.Boolean,com.espertech.esper.common.client.EventBean)"]

See Also