C# Class TcmDebugger.Engines.Engine

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
Engine ( ) : System
Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String

Execute the template transformation with the given parameters

Méthodes protégées

Méthode Description
DebuggerHook ( ) : void

Derived Engine classes will call this to signal for debugging attachement

Method Details

DebuggerHook() protected méthode

Derived Engine classes will call this to signal for debugging attachement
protected DebuggerHook ( ) : void
Résultat void

Engine() public méthode

public Engine ( ) : System
Résultat System

Execute() public méthode

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.
Résultat String