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

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

Protected Properties

Property Type Description
introspector NVelocity.Util.Introspection.Introspector

Public Methods

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

Execute property against context.

Protected Methods

Method Description
Discover ( Type type, String propertyName ) : void

Method Details

Discover() protected method

protected Discover ( Type type, String propertyName ) : void
type System.Type
propertyName String
return void

EnumValueExecutor() public method

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

Execute() public method

Execute property against context.
public Execute ( Object o ) : Object
o Object
return Object

Property Details

introspector protected property

protected Introspector,NVelocity.Util.Introspection introspector
return NVelocity.Util.Introspection.Introspector