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

Pendent
Inheritance: JSCollectionGeneratorBase, IDuck
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

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

Invoke() public méthode

Invokes the specified method.
public Invoke ( string method ) : object
method string The method name.
Résultat object

JSCollectionGeneratorDuck() public méthode

public JSCollectionGeneratorDuck ( IJSCollectionGenerator generator ) : NVelocity
generator IJSCollectionGenerator
Résultat NVelocity

SetInvoke() public méthode

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.
Résultat void