C# Класс NVelocity.Runtime.Parser.Node.GetExecutor

Executor that simply tries to execute a get(key) operation. This will try to find a get(key) method for any type of object, not just objects that implement the Map interface as was previously the case.
Add discovery for .NET default property, using Type.GetDefaultMembers.
Наследование: AbstractExecutor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( Object o ) : Object

Execute method against context.

GetExecutor ( IRuntimeLogger r, Introspector i, Type c, String key ) : System

Default constructor.

Описание методов

Execute() публичный Метод

Execute method against context.
public Execute ( Object o ) : Object
o Object
Результат Object

GetExecutor() публичный Метод

Default constructor.
public GetExecutor ( IRuntimeLogger r, Introspector i, Type c, String key ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
c System.Type
key String
Результат System