 | 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
Syntaxpublic void AddAnnotationImportType(
string autoImportTypeName,
string assemblyName
)
Parameters
- autoImportTypeName
- Type: SystemString
fully qualified type name to add - assemblyName
- Type: SystemString
the assembly name
See Also