NVelocity.Runtime.Parser.Node
Class BooleanPropertyExecutor

Fields inherited from class NVelocity.Runtime.Parser.Node.AbstractExecutor
method, property, rsvc

Constructor Summary
BooleanPropertyExecutor(NVelocity.Runtime.RuntimeServices r, System.Type clazz, string propertyName)

Method Summary
void discover(System.Type clazz, string propertyName)

Methods inherited from class NVelocity.Runtime.Parser.Node.PropertyExecutor
execute

Methods inherited from class NVelocity.Runtime.Parser.Node.AbstractExecutor
isAlive

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

BooleanPropertyExecutor

public BooleanPropertyExecutor(NVelocity.Runtime.RuntimeServices r,
                               System.Type clazz,
                               string propertyName)

Method Detail

discover

protected internal void discover(System.Type clazz,
                                 string propertyName)