C# 클래스 Dev2.Runtime.ServiceModel.Esb.Brokers.PluginBroker

Handle interaction with plugins ;)
상속: IPluginBroker
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList

Gets the methods.

GetNamespaces ( PluginSource pluginSource ) : NamespaceList

Gets the namespaces.

TestPlugin ( PluginService pluginService ) : IOutputDescription

Tests the plugin.

ValidatePlugin ( string toLoad, string &error ) : bool

메소드 상세

GetMethods() 공개 메소드

Gets the methods.
public GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList
assemblyLocation string The assembly location.
assemblyName string Name of the assembly.
fullName string The full name.
리턴 ServiceMethodList

GetNamespaces() 공개 메소드

Gets the namespaces.
public GetNamespaces ( PluginSource pluginSource ) : NamespaceList
pluginSource Dev2.Runtime.ServiceModel.Data.PluginSource The plugin source.
리턴 NamespaceList

TestPlugin() 공개 메소드

Tests the plugin.
public TestPlugin ( PluginService pluginService ) : IOutputDescription
pluginService Dev2.Runtime.ServiceModel.Data.PluginService The plugin service.
리턴 IOutputDescription

ValidatePlugin() 공개 메소드

public ValidatePlugin ( string toLoad, string &error ) : bool
toLoad string
error string
리턴 bool