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

Builder for Script. More...

Public Member Functions

 ScriptBuilder ()
 Creates a new More...
 
Script Build ()
 Creates a More...
 

Properties

string ScriptLanguage [get, set]
 Gets/sets the language of the script. More...
 
string ScriptText [get, set]
 Gets/sets the text of the script. More...
 

Detailed Description

Builder for Script.

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.ScriptBuilder.ScriptBuilder ( )

Creates a new

ScriptBuilder.

Member Function Documentation

Script Org.IdentityConnectors.Framework.Common.Objects.ScriptBuilder.Build ( )

Creates a

Script.

Prior to calling this method the language and the text should have been set.

Returns
a new script; never null.

Property Documentation

string Org.IdentityConnectors.Framework.Common.Objects.ScriptBuilder.ScriptLanguage
getset

Gets/sets the language of the script.

string Org.IdentityConnectors.Framework.Common.Objects.ScriptBuilder.ScriptText
getset

Gets/sets the text of the script.


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