C# Class Salesforce.apex.ApexService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: CTSIatUCSF/gadgets

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ApexService ( ) : System
Résultat System

BegincompileAndTest() public méthode

public BegincompileAndTest ( CompileAndTestRequest CompileAndTestRequest, System callback, object asyncState ) : System.IAsyncResult
CompileAndTestRequest CompileAndTestRequest
callback System
asyncState object
Résultat System.IAsyncResult

BegincompileClasses() public méthode

public BegincompileClasses ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

BegincompileTriggers() public méthode

public BegincompileTriggers ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

BeginexecuteAnonymous() public méthode

public BeginexecuteAnonymous ( string String, System callback, object asyncState ) : System.IAsyncResult
String string
callback System
asyncState object
Résultat System.IAsyncResult

BeginrunTests() public méthode

public BeginrunTests ( RunTestsRequest RunTestsRequest, System callback, object asyncState ) : System.IAsyncResult
RunTestsRequest RunTestsRequest
callback System
asyncState object
Résultat System.IAsyncResult

BeginwsdlToApex() public méthode

public BeginwsdlToApex ( WsdlToApexInfo info, System callback, object asyncState ) : System.IAsyncResult
info WsdlToApexInfo
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

EndcompileAndTest() public méthode

public EndcompileAndTest ( System asyncResult ) : CompileAndTestResult
asyncResult System
Résultat CompileAndTestResult

EndcompileClasses() public méthode

public EndcompileClasses ( System asyncResult ) : Salesforce.apex.CompileClassResult[]
asyncResult System
Résultat Salesforce.apex.CompileClassResult[]

EndcompileTriggers() public méthode

public EndcompileTriggers ( System asyncResult ) : Salesforce.apex.CompileTriggerResult[]
asyncResult System
Résultat Salesforce.apex.CompileTriggerResult[]

EndexecuteAnonymous() public méthode

public EndexecuteAnonymous ( System asyncResult ) : ExecuteAnonymousResult
asyncResult System
Résultat ExecuteAnonymousResult

EndrunTests() public méthode

public EndrunTests ( System asyncResult ) : RunTestsResult
asyncResult System
Résultat RunTestsResult

EndwsdlToApex() public méthode

public EndwsdlToApex ( System asyncResult ) : WsdlToApexResult
asyncResult System
Résultat WsdlToApexResult

compileAndTestAsync() public méthode

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest ) : void
CompileAndTestRequest CompileAndTestRequest
Résultat void

compileAndTestAsync() public méthode

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest, object userState ) : void
CompileAndTestRequest CompileAndTestRequest
userState object
Résultat void

compileClassesAsync() public méthode

public compileClassesAsync ( string scripts ) : void
scripts string
Résultat void

compileClassesAsync() public méthode

public compileClassesAsync ( string scripts, object userState ) : void
scripts string
userState object
Résultat void

compileTriggersAsync() public méthode

public compileTriggersAsync ( string scripts ) : void
scripts string
Résultat void

compileTriggersAsync() public méthode

public compileTriggersAsync ( string scripts, object userState ) : void
scripts string
userState object
Résultat void

executeAnonymousAsync() public méthode

public executeAnonymousAsync ( string String ) : void
String string
Résultat void

executeAnonymousAsync() public méthode

public executeAnonymousAsync ( string String, object userState ) : void
String string
userState object
Résultat void

runTestsAsync() public méthode

public runTestsAsync ( RunTestsRequest RunTestsRequest ) : void
RunTestsRequest RunTestsRequest
Résultat void

runTestsAsync() public méthode

public runTestsAsync ( RunTestsRequest RunTestsRequest, object userState ) : void
RunTestsRequest RunTestsRequest
userState object
Résultat void

wsdlToApexAsync() public méthode

public wsdlToApexAsync ( WsdlToApexInfo info ) : void
info WsdlToApexInfo
Résultat void

wsdlToApexAsync() public méthode

public wsdlToApexAsync ( WsdlToApexInfo info, object userState ) : void
info WsdlToApexInfo
userState object
Résultat void