C# 클래스 NVelocity.Runtime.VelocimacroFactory.Twonk

sets permission to have VMs local in scope to their declaring template note that this is really taken care of in the VMManager class, but we need it here for gating purposes in addVM eventually, I will slide this all into the manager, maybe. sets the permission to add new macros sets the permission for allowing addMacro() calls to replace existing VM's set output message mode get output message mode set the switch for automatic reloading of global library-based VMs get the switch for automatic reloading of global library-based VMs small continer class to hold the duple of a template and modification time. We keep the modification time so we can 'override' it on a reload to prevent recursive reload due to inter-calling VMs in a library
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
modificationTime long
template Template

공개 메소드들

메소드 설명
Twonk ( VelocimacroFactory enclosingInstance ) : System

비공개 메소드들

메소드 설명
InitBlock ( VelocimacroFactory enclosingInstance ) : void

메소드 상세

Twonk() 공개 메소드

public Twonk ( VelocimacroFactory enclosingInstance ) : System
enclosingInstance VelocimacroFactory
리턴 System

프로퍼티 상세

modificationTime 공개적으로 프로퍼티

public long modificationTime
리턴 long

template 공개적으로 프로퍼티

public Template template
리턴 Template