C# 클래스 NVelocity.Runtime.Parser.Node.EnumValueExecutor

Returned the value of object property when executed.
상속: AbstractExecutor
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
introspector NVelocity.Util.Introspection.Introspector

공개 메소드들

메소드 설명
EnumValueExecutor ( IRuntimeLogger r, Introspector i, Type type, String propertyName ) : System
Execute ( Object o ) : Object

Execute property against context.

보호된 메소드들

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

메소드 상세

Discover() 보호된 메소드

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

EnumValueExecutor() 공개 메소드

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

Execute() 공개 메소드

Execute property against context.
public Execute ( Object o ) : Object
o Object
리턴 Object

프로퍼티 상세

introspector 보호되어 있는 프로퍼티

protected Introspector,NVelocity.Util.Introspection introspector
리턴 NVelocity.Util.Introspection.Introspector