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

Builder for Script.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : Script

Creates a Script.

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

ScriptBuilder ( ) : System

Creates a new ScriptBuilder.

메소드 상세

Build() 공개 메소드

Creates a Script.
Prior to calling this method the language and the text should have been set.
public Build ( ) : Script
리턴 Script

ScriptBuilder() 공개 메소드

Creates a new ScriptBuilder.
public ScriptBuilder ( ) : System
리턴 System