C# 클래스 Uiml.Executing.Callers.LocalCaller

This class represents a caller that invokes functionality available on the same computer as the renderer.
상속: Caller
파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
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