C# Class NVelocity.Runtime.Parser.Node.EnumValueExecutor

Returned the value of object property when executed.
Inheritance: AbstractExecutor
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Protected Properties

Свойство Type Description
introspector NVelocity.Util.Introspection.Introspector

Méthodes publiques

Méthode Description
EnumValueExecutor ( IRuntimeLogger r, Introspector i, Type type, String propertyName ) : System
Execute ( Object o ) : Object

Execute property against context.

Méthodes protégées

Méthode Description
Discover ( Type type, String propertyName ) : void

Method Details

Discover() protected méthode

protected Discover ( Type type, String propertyName ) : void
type System.Type
propertyName String
Résultat void

EnumValueExecutor() public méthode

public EnumValueExecutor ( IRuntimeLogger r, Introspector i, Type type, String propertyName ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
type System.Type
propertyName String
Résultat System

Execute() public méthode

Execute property against context.
public Execute ( Object o ) : Object
o Object
Résultat Object

Property Details

introspector protected_oe property

protected Introspector,NVelocity.Util.Introspection introspector
Résultat NVelocity.Util.Introspection.Introspector