C# Класс RazorTex.GenericTemplate

Provides a base implementation of a template.
Наследование: ITemplate
Показать файл Открыть проект

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

Метод Описание
Clear ( ) : void

Clears the template.

Execute ( ) : void

Executes the template.

Write ( object @object ) : void

Writes the specified object to the template.

WriteLiteral ( object literal ) : void

Writes a literal to the template.

Описание методов

Clear() публичный Метод

Clears the template.
public Clear ( ) : void
Результат void

Execute() публичный Метод

Executes the template.
public Execute ( ) : void
Результат void

Write() публичный Метод

Writes the specified object to the template.
public Write ( object @object ) : void
@object object
Результат void

WriteLiteral() публичный Метод

Writes a literal to the template.
public WriteLiteral ( object literal ) : void
literal object
Результат void