Click or drag to resize

VirtualDataWindowLookupFieldDesc Constructor

Initializes a new instance of the VirtualDataWindowLookupFieldDesc class

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public VirtualDataWindowLookupFieldDesc(
	string propertyName,
	Nullable operator,
	void lookupValueType
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc.#ctor(System.String,System.Nullable`1,System.Void)"]

operator
Type: SystemNullableT

[Missing <param name="operator"/> documentation for "M:com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc.#ctor(System.String,System.Nullable`1,System.Void)"]

lookupValueType
Type: SystemVoid

[Missing <param name="lookupValueType"/> documentation for "M:com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc.#ctor(System.String,System.Nullable`1,System.Void)"]

See Also