C# Класс Castle.MonoRail.Framework.Views.NVelocity.CustomDirectives.SubSectionDirective

Наследование: NVelocity.Runtime.Directive.Directive
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Init ( NVelocity.Runtime.IRuntimeServices rs, NVelocity.Context.IInternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node ) : void

How this directive is to be initialized.

Render ( NVelocity.Context.IInternalContextAdapter context, TextWriter writer, NVelocity.Runtime.Parser.Node.INode node ) : bool

How this directive is to be rendered

SubSectionDirective ( String name )

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

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

How this directive is to be initialized.
public Init ( NVelocity.Runtime.IRuntimeServices rs, NVelocity.Context.IInternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node ) : void
rs NVelocity.Runtime.IRuntimeServices
context NVelocity.Context.IInternalContextAdapter
node NVelocity.Runtime.Parser.Node.INode
Результат void

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

How this directive is to be rendered
public Render ( NVelocity.Context.IInternalContextAdapter context, TextWriter writer, NVelocity.Runtime.Parser.Node.INode node ) : bool
context NVelocity.Context.IInternalContextAdapter
writer System.IO.TextWriter
node NVelocity.Runtime.Parser.Node.INode
Результат bool

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

public SubSectionDirective ( String name )
name String