C# 클래스 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>
상속: NVelocity.Runtime.Parser.Node.PropertyExecutor
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System

보호된 메소드들

메소드 설명
Discover ( Type clazz, String propertyName ) : void

메소드 상세

BooleanPropertyExecutor() 공개 메소드

public BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
clazz System.Type
propertyName String
리턴 System

Discover() 보호된 메소드

protected Discover ( Type clazz, String propertyName ) : void
clazz System.Type
propertyName String
리턴 void