C# Class Salesforce.apex.ApexService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
显示文件 Open project: CTSIatUCSF/gadgets

Public Methods

Method Description
ApexService ( ) : System
BegincompileAndTest ( CompileAndTestRequest CompileAndTestRequest, System callback, object asyncState ) : System.IAsyncResult
BegincompileClasses ( string scripts, System callback, object asyncState ) : System.IAsyncResult
BegincompileTriggers ( string scripts, System callback, object asyncState ) : System.IAsyncResult
BeginexecuteAnonymous ( string String, System callback, object asyncState ) : System.IAsyncResult
BeginrunTests ( RunTestsRequest RunTestsRequest, System callback, object asyncState ) : System.IAsyncResult
BeginwsdlToApex ( WsdlToApexInfo info, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndcompileAndTest ( System asyncResult ) : CompileAndTestResult
EndcompileClasses ( System asyncResult ) : Salesforce.apex.CompileClassResult[]
EndcompileTriggers ( System asyncResult ) : Salesforce.apex.CompileTriggerResult[]
EndexecuteAnonymous ( System asyncResult ) : ExecuteAnonymousResult
EndrunTests ( System asyncResult ) : RunTestsResult
EndwsdlToApex ( System asyncResult ) : WsdlToApexResult
compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest ) : void
compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest, object userState ) : void
compileClassesAsync ( string scripts ) : void
compileClassesAsync ( string scripts, object userState ) : void
compileTriggersAsync ( string scripts ) : void
compileTriggersAsync ( string scripts, object userState ) : void
executeAnonymousAsync ( string String ) : void
executeAnonymousAsync ( string String, object userState ) : void
runTestsAsync ( RunTestsRequest RunTestsRequest ) : void
runTestsAsync ( RunTestsRequest RunTestsRequest, object userState ) : void
wsdlToApexAsync ( WsdlToApexInfo info ) : void
wsdlToApexAsync ( WsdlToApexInfo info, object userState ) : void

Private Methods

Method Description
OncompileAndTestOperationCompleted ( object arg ) : void
OncompileClassesOperationCompleted ( object arg ) : void
OncompileTriggersOperationCompleted ( object arg ) : void
OnexecuteAnonymousOperationCompleted ( object arg ) : void
OnrunTestsOperationCompleted ( object arg ) : void
OnwsdlToApexOperationCompleted ( object arg ) : void
compileAndTest ( CompileAndTestRequest CompileAndTestRequest ) : CompileAndTestResult
compileClasses ( [ scripts ) : Salesforce.apex.CompileClassResult[]
compileTriggers ( [ scripts ) : Salesforce.apex.CompileTriggerResult[]
executeAnonymous ( string String ) : ExecuteAnonymousResult
runTests ( RunTestsRequest RunTestsRequest ) : RunTestsResult
wsdlToApex ( WsdlToApexInfo info ) : WsdlToApexResult

Method Details

ApexService() public method

public ApexService ( ) : System
return System

BegincompileAndTest() public method

public BegincompileAndTest ( CompileAndTestRequest CompileAndTestRequest, System callback, object asyncState ) : System.IAsyncResult
CompileAndTestRequest CompileAndTestRequest
callback System
asyncState object
return System.IAsyncResult

BegincompileClasses() public method

public BegincompileClasses ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

BegincompileTriggers() public method

public BegincompileTriggers ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

BeginexecuteAnonymous() public method

public BeginexecuteAnonymous ( string String, System callback, object asyncState ) : System.IAsyncResult
String string
callback System
asyncState object
return System.IAsyncResult

BeginrunTests() public method

public BeginrunTests ( RunTestsRequest RunTestsRequest, System callback, object asyncState ) : System.IAsyncResult
RunTestsRequest RunTestsRequest
callback System
asyncState object
return System.IAsyncResult

BeginwsdlToApex() public method

public BeginwsdlToApex ( WsdlToApexInfo info, System callback, object asyncState ) : System.IAsyncResult
info WsdlToApexInfo
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndcompileAndTest() public method

public EndcompileAndTest ( System asyncResult ) : CompileAndTestResult
asyncResult System
return CompileAndTestResult

EndcompileClasses() public method

public EndcompileClasses ( System asyncResult ) : Salesforce.apex.CompileClassResult[]
asyncResult System
return Salesforce.apex.CompileClassResult[]

EndcompileTriggers() public method

public EndcompileTriggers ( System asyncResult ) : Salesforce.apex.CompileTriggerResult[]
asyncResult System
return Salesforce.apex.CompileTriggerResult[]

EndexecuteAnonymous() public method

public EndexecuteAnonymous ( System asyncResult ) : ExecuteAnonymousResult
asyncResult System
return ExecuteAnonymousResult

EndrunTests() public method

public EndrunTests ( System asyncResult ) : RunTestsResult
asyncResult System
return RunTestsResult

EndwsdlToApex() public method

public EndwsdlToApex ( System asyncResult ) : WsdlToApexResult
asyncResult System
return WsdlToApexResult

compileAndTestAsync() public method

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest ) : void
CompileAndTestRequest CompileAndTestRequest
return void

compileAndTestAsync() public method

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest, object userState ) : void
CompileAndTestRequest CompileAndTestRequest
userState object
return void

compileClassesAsync() public method

public compileClassesAsync ( string scripts ) : void
scripts string
return void

compileClassesAsync() public method

public compileClassesAsync ( string scripts, object userState ) : void
scripts string
userState object
return void

compileTriggersAsync() public method

public compileTriggersAsync ( string scripts ) : void
scripts string
return void

compileTriggersAsync() public method

public compileTriggersAsync ( string scripts, object userState ) : void
scripts string
userState object
return void

executeAnonymousAsync() public method

public executeAnonymousAsync ( string String ) : void
String string
return void

executeAnonymousAsync() public method

public executeAnonymousAsync ( string String, object userState ) : void
String string
userState object
return void

runTestsAsync() public method

public runTestsAsync ( RunTestsRequest RunTestsRequest ) : void
RunTestsRequest RunTestsRequest
return void

runTestsAsync() public method

public runTestsAsync ( RunTestsRequest RunTestsRequest, object userState ) : void
RunTestsRequest RunTestsRequest
userState object
return void

wsdlToApexAsync() public method

public wsdlToApexAsync ( WsdlToApexInfo info ) : void
info WsdlToApexInfo
return void

wsdlToApexAsync() public method

public wsdlToApexAsync ( WsdlToApexInfo info, object userState ) : void
info WsdlToApexInfo
userState object
return void