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

Abstract class that is used to execute an arbitrary method that is in introspected. This is the superclass for the GetExecutor and PropertyExecutor.
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Protected Properties

Свойство Type Description
method System.Reflection.MethodInfo
property System.Reflection.PropertyInfo
runtimeLogger IRuntimeLogger
value object

Méthodes publiques

Méthode Description
Execute ( Object o ) : Object

Execute method against context.

Method Details

Execute() public abstract méthode

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

Property Details

method protected_oe property

Method to be executed.
protected MethodInfo,System.Reflection method
Résultat System.Reflection.MethodInfo

property protected_oe property

protected PropertyInfo,System.Reflection property
Résultat System.Reflection.PropertyInfo

runtimeLogger protected_oe property

protected IRuntimeLogger runtimeLogger
Résultat IRuntimeLogger

value protected_oe property

Value (probably from enum).
protected object value
Résultat object