Click or drag to resize

VirtualDataWindowFactoryModeManaged Class

Use this class to provide a virtual data window factory wherein there is no need to write code that generates code.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowFactoryModeManaged

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class VirtualDataWindowFactoryModeManaged : VirtualDataWindowFactoryMode

The VirtualDataWindowFactoryModeManaged type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowFactoryModeManaged
Initializes a new instance of the VirtualDataWindowFactoryModeManaged class
Top
Properties
  NameDescription
Public propertyInjectionStrategyFactoryFactory
Returns the injection strategy for the virtual data window factory
Top
Methods
  NameDescription
Public methodSetInjectionStrategyFactoryFactory
Sets the injection strategy for the virtual data window factory
Top
See Also