C# 클래스 TcmDebugger.Engines.Engine

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
Engine ( ) : System
Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String

Execute the template transformation with the given parameters

보호된 메소드들

메소드 설명
DebuggerHook ( ) : void

Derived Engine classes will call this to signal for debugging attachement

메소드 상세

DebuggerHook() 보호된 메소드

Derived Engine classes will call this to signal for debugging attachement
protected DebuggerHook ( ) : void
리턴 void

Engine() 공개 메소드

public Engine ( ) : System
리턴 System

Execute() 공개 메소드

Execute the template transformation with the given parameters
public Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String
itemUri String Tridion item URI.
templateUri String Tridion template URI.
publicationTargetUri String Tridion publication target URI.
리턴 String