C# Класс TcmDebugger.Engines.Engine

Наследование: System.MarshalByRefObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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