C# Class Castle.MonoRail.Framework.Views.NVelocity.JSGeneration.JSCollectionGeneratorDuck

Pendent
Inheritance: JSCollectionGeneratorBase, IDuck
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
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

Method Details

GetInvoke() public method

Defines the behavior when a property is read
public GetInvoke ( string propName ) : object
propName string Property name.
return object

Invoke() public method

Invokes the specified method.
public Invoke ( string method ) : object
method string The method name.
return object

JSCollectionGeneratorDuck() public method

public JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity
generator IJSCollectionGenerator
return NVelocity

SetInvoke() public method

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.
return void