C# 클래스 SpeedyDelete.zuora.ZuoraService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: zuorasc/SpeedyDelete 1 사용 예제들

공개 메소드들

메소드 설명
CancelAsync ( object userState ) : void
ZuoraService ( ) : System
amendAsync ( AmendRequest requests ) : void
amendAsync ( AmendRequest requests, object userState ) : void
createAsync ( zObject zObjects ) : void
createAsync ( zObject zObjects, object userState ) : void
deleteAsync ( string type, string ids ) : void
deleteAsync ( string type, string ids, object userState ) : void
generateAsync ( zObject zObjects ) : void
generateAsync ( zObject zObjects, object userState ) : void
getUserInfoAsync ( getUserInfo getUserInfo1 ) : void
getUserInfoAsync ( getUserInfo getUserInfo1, object userState ) : void
loginAsync ( string username, string password ) : void
loginAsync ( string username, string password, object userState ) : void
queryAsync ( string queryString ) : void
queryAsync ( string queryString, object userState ) : void
queryMoreAsync ( string queryLocator ) : void
queryMoreAsync ( string queryLocator, object userState ) : void
subscribeAsync ( SubscribeRequest subscribes ) : void
subscribeAsync ( SubscribeRequest subscribes, object userState ) : void
updateAsync ( zObject zObjects ) : void
updateAsync ( zObject zObjects, object userState ) : void

비공개 메소드들

메소드 설명
IsLocalFileSystemWebService ( string url ) : bool
OnamendOperationCompleted ( object arg ) : void
OncreateOperationCompleted ( object arg ) : void
OndeleteOperationCompleted ( object arg ) : void
OngenerateOperationCompleted ( object arg ) : void
OngetUserInfoOperationCompleted ( object arg ) : void
OnloginOperationCompleted ( object arg ) : void
OnqueryMoreOperationCompleted ( object arg ) : void
OnqueryOperationCompleted ( object arg ) : void
OnsubscribeOperationCompleted ( object arg ) : void
OnupdateOperationCompleted ( object arg ) : void
amend ( [ requests ) : SpeedyDelete.zuora.AmendResult[]
create ( [ zObjects ) : SpeedyDelete.zuora.SaveResult[]
delete ( string type, [ ids ) : SpeedyDelete.zuora.DeleteResult[]
generate ( [ zObjects ) : SpeedyDelete.zuora.SaveResult[]
getUserInfo ( [ Namespace = "http://api.zuora.com/")]getUserInfogetUserInfo1 ) : getUserInfoResponse
login ( string username, string password ) : LoginResult
query ( string queryString ) : QueryResult
queryMore ( string queryLocator ) : QueryResult
subscribe ( [ subscribes ) : SpeedyDelete.zuora.SubscribeResult[]
update ( [ zObjects ) : SpeedyDelete.zuora.SaveResult[]

메소드 상세

CancelAsync() 공개 메소드

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

ZuoraService() 공개 메소드

public ZuoraService ( ) : System
리턴 System

amendAsync() 공개 메소드

public amendAsync ( AmendRequest requests ) : void
requests AmendRequest
리턴 void

amendAsync() 공개 메소드

public amendAsync ( AmendRequest requests, object userState ) : void
requests AmendRequest
userState object
리턴 void

createAsync() 공개 메소드

public createAsync ( zObject zObjects ) : void
zObjects zObject
리턴 void

createAsync() 공개 메소드

public createAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
리턴 void

deleteAsync() 공개 메소드

public deleteAsync ( string type, string ids ) : void
type string
ids string
리턴 void

deleteAsync() 공개 메소드

public deleteAsync ( string type, string ids, object userState ) : void
type string
ids string
userState object
리턴 void

generateAsync() 공개 메소드

public generateAsync ( zObject zObjects ) : void
zObjects zObject
리턴 void

generateAsync() 공개 메소드

public generateAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
리턴 void

getUserInfoAsync() 공개 메소드

public getUserInfoAsync ( getUserInfo getUserInfo1 ) : void
getUserInfo1 getUserInfo
리턴 void

getUserInfoAsync() 공개 메소드

public getUserInfoAsync ( getUserInfo getUserInfo1, object userState ) : void
getUserInfo1 getUserInfo
userState object
리턴 void

loginAsync() 공개 메소드

public loginAsync ( string username, string password ) : void
username string
password string
리턴 void

loginAsync() 공개 메소드

public loginAsync ( string username, string password, object userState ) : void
username string
password string
userState object
리턴 void

queryAsync() 공개 메소드

public queryAsync ( string queryString ) : void
queryString string
리턴 void

queryAsync() 공개 메소드

public queryAsync ( string queryString, object userState ) : void
queryString string
userState object
리턴 void

queryMoreAsync() 공개 메소드

public queryMoreAsync ( string queryLocator ) : void
queryLocator string
리턴 void

queryMoreAsync() 공개 메소드

public queryMoreAsync ( string queryLocator, object userState ) : void
queryLocator string
userState object
리턴 void

subscribeAsync() 공개 메소드

public subscribeAsync ( SubscribeRequest subscribes ) : void
subscribes SubscribeRequest
리턴 void

subscribeAsync() 공개 메소드

public subscribeAsync ( SubscribeRequest subscribes, object userState ) : void
subscribes SubscribeRequest
userState object
리턴 void

updateAsync() 공개 메소드

public updateAsync ( zObject zObjects ) : void
zObjects zObject
리턴 void

updateAsync() 공개 메소드

public updateAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
리턴 void