C# Class O2.XRules.Database.Languages_and_Frameworks.AspNet.ascx_WSDL_Creation_and_Execution

Inheritance: System.Windows.Forms.Control
Show file Open project: o2platform/O2.Platform.Scripts

Public Methods

Method Description
addScriptingSupport ( ) : void
add_TestWebServices ( ) : ascx_WSDL_Creation_and_Execution
ascx_WSDL_Creation_and_Execution ( ) : System
buildGui ( ) : ascx_WSDL_Creation_and_Execution
createAndOpen ( string wsdlToOpen ) : ascx_WSDL_Creation_and_Execution
createMainMenu ( ) : ascx_WSDL_Creation_and_Execution
getCacheFileName ( string wsdlLocation ) : string
load_Wsdl_From_Assembly ( Assembly wsdlAssembly ) : void
load_Wsdl_From_CSharpFile ( string csharpFile ) : string
load_Wsdl_From_WSDL_File ( string wsdlToLoad ) : void
markGuiAs_Busy ( ) : void
markGuiAs_OK ( ) : void
open ( string wsdlToLoad ) : ascx_WSDL_Creation_and_Execution
open ( string wsdlToLoad, string cachedFile ) : ascx_WSDL_Creation_and_Execution

Method Details

addScriptingSupport() public method

public addScriptingSupport ( ) : void
return void

add_TestWebServices() public method

public add_TestWebServices ( ) : ascx_WSDL_Creation_and_Execution
return ascx_WSDL_Creation_and_Execution

ascx_WSDL_Creation_and_Execution() public method

public ascx_WSDL_Creation_and_Execution ( ) : System
return System

buildGui() public method

public buildGui ( ) : ascx_WSDL_Creation_and_Execution
return ascx_WSDL_Creation_and_Execution

createAndOpen() public static method

public static createAndOpen ( string wsdlToOpen ) : ascx_WSDL_Creation_and_Execution
wsdlToOpen string
return ascx_WSDL_Creation_and_Execution

createMainMenu() public method

public createMainMenu ( ) : ascx_WSDL_Creation_and_Execution
return ascx_WSDL_Creation_and_Execution

getCacheFileName() public method

public getCacheFileName ( string wsdlLocation ) : string
wsdlLocation string
return string

load_Wsdl_From_Assembly() public method

public load_Wsdl_From_Assembly ( Assembly wsdlAssembly ) : void
wsdlAssembly Assembly
return void

load_Wsdl_From_CSharpFile() public method

public load_Wsdl_From_CSharpFile ( string csharpFile ) : string
csharpFile string
return string

load_Wsdl_From_WSDL_File() public method

public load_Wsdl_From_WSDL_File ( string wsdlToLoad ) : void
wsdlToLoad string
return void

markGuiAs_Busy() public method

public markGuiAs_Busy ( ) : void
return void

markGuiAs_OK() public method

public markGuiAs_OK ( ) : void
return void

open() public method

public open ( string wsdlToLoad ) : ascx_WSDL_Creation_and_Execution
wsdlToLoad string
return ascx_WSDL_Creation_and_Execution

open() public method

public open ( string wsdlToLoad, string cachedFile ) : ascx_WSDL_Creation_and_Execution
wsdlToLoad string
cachedFile string
return ascx_WSDL_Creation_and_Execution