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

Represents a script in a scripting language. More...

Public Member Functions

override int GetHashCode ()
 
override bool Equals (object obj)
 
override string ToString ()
 

Package Functions

 Script (string scriptLanguage, string scriptText)
 

Properties

string ScriptLanguage [get]
 Returns the language of this script. More...
 
string ScriptText [get]
 Returns the text of this script. More...
 

Detailed Description

Represents a script in a scripting language.

<since>1.1</since>

Property Documentation

string Org.IdentityConnectors.Framework.Common.Objects.Script.ScriptLanguage
get

Returns the language of this script.

Returns
the script language; never null.
string Org.IdentityConnectors.Framework.Common.Objects.Script.ScriptText
get

Returns the text of this script.

Returns
the script text; never null.

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