C# 클래스 TcmDebugger.Mediators.WrappedRazorMediator

상속: IMediator
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 프로퍼티들

프로퍼티 타입 설명
Engine Engine
Package Package
Template Template

공개 메소드들

메소드 설명
Configure ( MediatorElement configuration ) : void

Configures the specified configuration.

Initialize ( ) : void

Initializes the WrappedRazorMediator by executing the static constructor

Transform ( Engine engine, Template template, Package package ) : void

Executes a Tridion template transformation

비공개 메소드들

메소드 설명
WrappedRazorMediator ( ) : System

메소드 상세

Configure() 공개 메소드

Configures the specified configuration.
public Configure ( MediatorElement configuration ) : void
configuration MediatorElement The configuration.
리턴 void

Initialize() 공개 정적인 메소드

Initializes the WrappedRazorMediator by executing the static constructor
public static Initialize ( ) : void
리턴 void

Transform() 공개 메소드

Executes a Tridion template transformation
public Transform ( Engine engine, Template template, Package package ) : void
engine Engine
template Template
package Package
리턴 void

프로퍼티 상세

Engine 공개적으로 정적으로 프로퍼티

public static Engine Engine
리턴 Engine

Package 공개적으로 정적으로 프로퍼티

public static Package Package
리턴 Package

Template 공개적으로 정적으로 프로퍼티

public static Template Template
리턴 Template