C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.ScriptContext

Encapsulates a script and all of its parameters.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
ScriptContext ( String scriptLanguage, String scriptText, Object>.IDictionary scriptArguments ) : System

Public only for serialization; please use ScriptContextBuilder.

ToString ( ) : string

메소드 상세

ScriptContext() 공개 메소드

Public only for serialization; please use ScriptContextBuilder.
public ScriptContext ( String scriptLanguage, String scriptText, Object>.IDictionary scriptArguments ) : System
scriptLanguage String The script language. Must not be null.
scriptText String The script text. Must not be null.
scriptArguments Object>.IDictionary The script arguments. May be null.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string