C# Класс Uiml.Executing.Callers.LocalCaller

This class represents a caller that invokes functionality available on the same computer as the renderer.
Наследование: Caller
Показать файл Открыть проект

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

Метод Описание
Execute ( Hashtable &outputParams ) : object

It loads a method and its params from this call and executes it at runtime

ExecuteField ( string concreteMethodName, Type objectType ) : object
ExecuteField ( string concreteMethodName, Type objectType, object obj ) : object
ExecuteMethod ( string concreteMethodName, Type objectType, Hashtable &outputParams ) : object
ExecuteMethod ( string concreteMethodName, Type objectType, object obj, Hashtable &outputParams ) : object
ExecuteProperty ( string concreteMethodName, Type objectType ) : object
ExecuteProperty ( string concreteMethodName, Type objectType, object obj ) : object
LocalCaller ( Call c ) : Uiml

Защищенные методы

Метод Описание
CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]

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

CreateInOutParamTypes() защищенный Метод

protected CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]
parameters Uiml
outputPlaceholder System.Collections.Hashtable
Результат System.Type[]

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

It loads a method and its params from this call and executes it at runtime
public Execute ( Hashtable &outputParams ) : object
outputParams System.Collections.Hashtable
Результат object

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

public ExecuteField ( string concreteMethodName, Type objectType ) : object
concreteMethodName string
objectType System.Type
Результат object

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

public ExecuteField ( string concreteMethodName, Type objectType, object obj ) : object
concreteMethodName string
objectType System.Type
obj object
Результат object

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

public ExecuteMethod ( string concreteMethodName, Type objectType, Hashtable &outputParams ) : object
concreteMethodName string
objectType System.Type
outputParams System.Collections.Hashtable
Результат object

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

public ExecuteMethod ( string concreteMethodName, Type objectType, object obj, Hashtable &outputParams ) : object
concreteMethodName string
objectType System.Type
obj object
outputParams System.Collections.Hashtable
Результат object

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

public ExecuteProperty ( string concreteMethodName, Type objectType ) : object
concreteMethodName string
objectType System.Type
Результат object

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

public ExecuteProperty ( string concreteMethodName, Type objectType, object obj ) : object
concreteMethodName string
objectType System.Type
obj object
Результат object

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

public LocalCaller ( Call c ) : Uiml
c Call
Результат Uiml