Click or drag to resize

ConfigurationCommonAddAnnotationImportType Method (String, String)

Add a type name to the imports available for annotations only

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddAnnotationImportType(
	string autoImportTypeName,
	string assemblyName
)

Parameters

autoImportTypeName
Type: SystemString
fully qualified type name to add
assemblyName
Type: SystemString
the assembly name
See Also