Exemplo n.º 1
0
 private void InternalAddPlugInSingleRowFunction(string functionName, string className, string methodName, ValueCacheEnum valueCache, FilterOptimizableEnum filterOptimizable, bool rethrowExceptions, string optionalEventTypeName)
 {
     try {
         _engineImportService.AddSingleRow(functionName, className, methodName, valueCache, filterOptimizable, rethrowExceptions, optionalEventTypeName);
     } catch (EngineImportException e) {
         throw new ConfigurationException(e.Message, e);
     }
 }