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

Abstract class that is used to execute an arbitrary method that is in introspected. This is the superclass for the GetExecutor and PropertyExecutor.
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
method System.Reflection.MethodInfo
property System.Reflection.PropertyInfo
runtimeLogger IRuntimeLogger
value object

공개 메소드들

메소드 설명
Execute ( Object o ) : Object

Execute method against context.

메소드 상세

Execute() 공개 추상적인 메소드

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

프로퍼티 상세

method 보호되어 있는 프로퍼티

Method to be executed.
protected MethodInfo,System.Reflection method
리턴 System.Reflection.MethodInfo

property 보호되어 있는 프로퍼티

protected PropertyInfo,System.Reflection property
리턴 System.Reflection.PropertyInfo

runtimeLogger 보호되어 있는 프로퍼티

protected IRuntimeLogger runtimeLogger
리턴 IRuntimeLogger

value 보호되어 있는 프로퍼티

Value (probably from enum).
protected object value
리턴 object