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.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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