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

Inheritance: Castle.MonoRail.Framework.Internal.JSElementGeneratorBase, IDuck
Mostra 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.

JSElementGeneratorDuck ( IJSElementGenerator 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

JSElementGeneratorDuck() public method

public JSElementGeneratorDuck ( IJSElementGenerator generator ) : NVelocity
generator IJSElementGenerator
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