Click or drag to resize

ConfigurationCommonEventTypeBeanFactoryMethod Property

Returns the name of the factory method, either fully-qualified or just a method name if the method is on the same class as the configured class, to use when instantiating objects of the type.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string FactoryMethod { get; set; }

Return Value

Type: String
factory methods
See Also