Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | List of all members
Org.IdentityConnectors.Common.Script.Boo.BooScriptExecutorFactory Class Reference

Inherits Org.IdentityConnectors.Common.Script.ScriptExecutorFactory.

Public Member Functions

 BooScriptExecutorFactory ()
 Attempt to trigger an exception if the runtime is not present. More...
 
override ScriptExecutor NewScriptExecutor (Assembly[] referencedAssemblies, string script, bool compile)
 Creates a script executor give the Boo script. More...
 
- Public Member Functions inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
abstract ScriptExecutor NewScriptExecutor (Assembly[] referencedAssemblies, String script, bool compile)
 Creates a script executor for the given script. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
static ScriptExecutorFactory NewInstance (String language)
 Creates a ScriptExecutorFactory for the given language More...
 
- Properties inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
static ICollection< String > SupportedLanguages [get]
 Returns the set of supported languages. More...
 

Constructor & Destructor Documentation

Org.IdentityConnectors.Common.Script.Boo.BooScriptExecutorFactory.BooScriptExecutorFactory ( )

Attempt to trigger an exception if the runtime is not present.

Member Function Documentation

override ScriptExecutor Org.IdentityConnectors.Common.Script.Boo.BooScriptExecutorFactory.NewScriptExecutor ( Assembly[]  referencedAssemblies,
string  script,
bool  compile 
)

Creates a script executor give the Boo script.


The documentation for this class was generated from the following file: