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

Handles discovery and valuation of a boolean object property, of the form public boolean is<property> when executed. We do this separately as to preserve the current quasi-broken semantics of get<as is property> get< flip 1st char> get("property") and now followed by is<Property>
Inheritance: NVelocity.Runtime.Parser.Node.PropertyExecutor
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System

Méthodes protégées

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

Method Details

BooleanPropertyExecutor() public méthode

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

Discover() protected méthode

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