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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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