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 ( |
||
CancelAsync ( object userState ) : void | ||
EndcompileAndTest ( System asyncResult ) : CompileAndTestResult | ||
EndcompileClasses ( System asyncResult ) : Salesforce.apex.CompileClassResult[] | ||
EndcompileTriggers ( System asyncResult ) : Salesforce.apex.CompileTriggerResult[] | ||
EndexecuteAnonymous ( System asyncResult ) : |
||
EndrunTests ( System asyncResult ) : RunTestsResult | ||
EndwsdlToApex ( System asyncResult ) : |
||
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 ( |
||
wsdlToApexAsync ( |
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 ) : |
||
runTests ( RunTestsRequest RunTestsRequest ) : RunTestsResult | ||
wsdlToApex ( |
public BegincompileAndTest ( CompileAndTestRequest CompileAndTestRequest, System callback, object asyncState ) : System.IAsyncResult | ||
CompileAndTestRequest | CompileAndTestRequest | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BegincompileClasses ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BegincompileTriggers ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginexecuteAnonymous ( string String, System callback, object asyncState ) : System.IAsyncResult | ||
String | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginrunTests ( RunTestsRequest RunTestsRequest, System callback, object asyncState ) : System.IAsyncResult | ||
RunTestsRequest | RunTestsRequest | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginwsdlToApex ( |
||
info | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public EndcompileAndTest ( System asyncResult ) : CompileAndTestResult | ||
asyncResult | System | |
return | CompileAndTestResult |
public EndcompileClasses ( System asyncResult ) : Salesforce.apex.CompileClassResult[] | ||
asyncResult | System | |
return | Salesforce.apex.CompileClassResult[] |
public EndcompileTriggers ( System asyncResult ) : Salesforce.apex.CompileTriggerResult[] | ||
asyncResult | System | |
return | Salesforce.apex.CompileTriggerResult[] |
public EndexecuteAnonymous ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndrunTests ( System asyncResult ) : RunTestsResult | ||
asyncResult | System | |
return | RunTestsResult |
public EndwsdlToApex ( System asyncResult ) : |
||
asyncResult | System | |
return |
public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest ) : void | ||
CompileAndTestRequest | CompileAndTestRequest | |
return | void |
public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest, object userState ) : void | ||
CompileAndTestRequest | CompileAndTestRequest | |
userState | object | |
return | void |
public compileClassesAsync ( string scripts ) : void | ||
scripts | string | |
return | void |
public compileClassesAsync ( string scripts, object userState ) : void | ||
scripts | string | |
userState | object | |
return | void |
public compileTriggersAsync ( string scripts ) : void | ||
scripts | string | |
return | void |
public compileTriggersAsync ( string scripts, object userState ) : void | ||
scripts | string | |
userState | object | |
return | void |
public executeAnonymousAsync ( string String ) : void | ||
String | string | |
return | void |
public executeAnonymousAsync ( string String, object userState ) : void | ||
String | string | |
userState | object | |
return | void |
public runTestsAsync ( RunTestsRequest RunTestsRequest ) : void | ||
RunTestsRequest | RunTestsRequest | |
return | void |
public runTestsAsync ( RunTestsRequest RunTestsRequest, object userState ) : void | ||
RunTestsRequest | RunTestsRequest | |
userState | object | |
return | void |
public wsdlToApexAsync ( |
||
info | ||
return | void |
public wsdlToApexAsync ( |
||
info | ||
userState | object | |
return | void |