C# 클래스 Salesforce.apex.ApexService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: CTSIatUCSF/gadgets

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ApexService() 공개 메소드

public ApexService ( ) : System
리턴 System

BegincompileAndTest() 공개 메소드

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

BegincompileClasses() 공개 메소드

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

BegincompileTriggers() 공개 메소드

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

BeginexecuteAnonymous() 공개 메소드

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

BeginrunTests() 공개 메소드

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

BeginwsdlToApex() 공개 메소드

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

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

EndcompileAndTest() 공개 메소드

public EndcompileAndTest ( System asyncResult ) : CompileAndTestResult
asyncResult System
리턴 CompileAndTestResult

EndcompileClasses() 공개 메소드

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

EndcompileTriggers() 공개 메소드

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

EndexecuteAnonymous() 공개 메소드

public EndexecuteAnonymous ( System asyncResult ) : ExecuteAnonymousResult
asyncResult System
리턴 ExecuteAnonymousResult

EndrunTests() 공개 메소드

public EndrunTests ( System asyncResult ) : RunTestsResult
asyncResult System
리턴 RunTestsResult

EndwsdlToApex() 공개 메소드

public EndwsdlToApex ( System asyncResult ) : WsdlToApexResult
asyncResult System
리턴 WsdlToApexResult

compileAndTestAsync() 공개 메소드

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest ) : void
CompileAndTestRequest CompileAndTestRequest
리턴 void

compileAndTestAsync() 공개 메소드

public compileAndTestAsync ( CompileAndTestRequest CompileAndTestRequest, object userState ) : void
CompileAndTestRequest CompileAndTestRequest
userState object
리턴 void

compileClassesAsync() 공개 메소드

public compileClassesAsync ( string scripts ) : void
scripts string
리턴 void

compileClassesAsync() 공개 메소드

public compileClassesAsync ( string scripts, object userState ) : void
scripts string
userState object
리턴 void

compileTriggersAsync() 공개 메소드

public compileTriggersAsync ( string scripts ) : void
scripts string
리턴 void

compileTriggersAsync() 공개 메소드

public compileTriggersAsync ( string scripts, object userState ) : void
scripts string
userState object
리턴 void

executeAnonymousAsync() 공개 메소드

public executeAnonymousAsync ( string String ) : void
String string
리턴 void

executeAnonymousAsync() 공개 메소드

public executeAnonymousAsync ( string String, object userState ) : void
String string
userState object
리턴 void

runTestsAsync() 공개 메소드

public runTestsAsync ( RunTestsRequest RunTestsRequest ) : void
RunTestsRequest RunTestsRequest
리턴 void

runTestsAsync() 공개 메소드

public runTestsAsync ( RunTestsRequest RunTestsRequest, object userState ) : void
RunTestsRequest RunTestsRequest
userState object
리턴 void

wsdlToApexAsync() 공개 메소드

public wsdlToApexAsync ( WsdlToApexInfo info ) : void
info WsdlToApexInfo
리턴 void

wsdlToApexAsync() 공개 메소드

public wsdlToApexAsync ( WsdlToApexInfo info, object userState ) : void
info WsdlToApexInfo
userState object
리턴 void