C# Класс Castle.MonoRail.Framework.Views.NVelocity.JSGeneration.JSCollectionGeneratorDuck

Pendent
Наследование: JSCollectionGeneratorBase, IDuck
Показать файл Открыть проект

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

Метод Описание
GetInvoke ( string propName ) : object

Defines the behavior when a property is read

Invoke ( string method ) : object

Invokes the specified method.

JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity
SetInvoke ( string propName, object value ) : void

Defines the behavior when a property is written

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

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

Defines the behavior when a property is read
public GetInvoke ( string propName ) : object
propName string Property name.
Результат object

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

Invokes the specified method.
public Invoke ( string method ) : object
method string The method name.
Результат object

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

public JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity
generator IJSCollectionGenerator
Результат NVelocity

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

Defines the behavior when a property is written
public SetInvoke ( string propName, object value ) : void
propName string Property name.
value object The value to assign.
Результат void