C# Class Castle.MonoRail.Framework.Internal.JSElementGeneratorBase

Operations related to an element
Afficher le fichier Open project: nats/castle-1.0.3-mono

Protected Properties

Свойство Type Description
generator IJSElementGenerator
parentGenerator IJSGenerator

Méthodes publiques

Méthode Description
JSElementGeneratorBase ( IJSElementGenerator generator ) : Castle.MonoRail.Framework.Helpers

Initializes a new instance of the JSElementGeneratorBase class.

Méthodes protégées

Méthode Description
InternalGet ( string propName ) : void

Generates a get statement

InternalInvoke ( string method, object args ) : object

Dispatches the invocation (late bound)

Method Details

InternalGet() protected méthode

Generates a get statement
protected InternalGet ( string propName ) : void
propName string Name of the prop.
Résultat void

InternalInvoke() protected méthode

Dispatches the invocation (late bound)
protected InternalInvoke ( string method, object args ) : object
method string The method.
args object The args.
Résultat object

JSElementGeneratorBase() public méthode

Initializes a new instance of the JSElementGeneratorBase class.
public JSElementGeneratorBase ( IJSElementGenerator generator ) : Castle.MonoRail.Framework.Helpers
generator IJSElementGenerator The generator.
Résultat Castle.MonoRail.Framework.Helpers

Property Details

generator protected_oe property

Element generator instance
protected IJSElementGenerator generator
Résultat IJSElementGenerator

parentGenerator protected_oe property

Parent Generator instance
protected IJSGenerator parentGenerator
Résultat IJSGenerator