C# Class SpeedyDelete.zuora.ZuoraService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
显示文件 Open project: zuorasc/SpeedyDelete Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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[]

Method Details

CancelAsync() public method

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

ZuoraService() public method

public ZuoraService ( ) : System
return System

amendAsync() public method

public amendAsync ( AmendRequest requests ) : void
requests AmendRequest
return void

amendAsync() public method

public amendAsync ( AmendRequest requests, object userState ) : void
requests AmendRequest
userState object
return void

createAsync() public method

public createAsync ( zObject zObjects ) : void
zObjects zObject
return void

createAsync() public method

public createAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
return void

deleteAsync() public method

public deleteAsync ( string type, string ids ) : void
type string
ids string
return void

deleteAsync() public method

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

generateAsync() public method

public generateAsync ( zObject zObjects ) : void
zObjects zObject
return void

generateAsync() public method

public generateAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
return void

getUserInfoAsync() public method

public getUserInfoAsync ( getUserInfo getUserInfo1 ) : void
getUserInfo1 getUserInfo
return void

getUserInfoAsync() public method

public getUserInfoAsync ( getUserInfo getUserInfo1, object userState ) : void
getUserInfo1 getUserInfo
userState object
return void

loginAsync() public method

public loginAsync ( string username, string password ) : void
username string
password string
return void

loginAsync() public method

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

queryAsync() public method

public queryAsync ( string queryString ) : void
queryString string
return void

queryAsync() public method

public queryAsync ( string queryString, object userState ) : void
queryString string
userState object
return void

queryMoreAsync() public method

public queryMoreAsync ( string queryLocator ) : void
queryLocator string
return void

queryMoreAsync() public method

public queryMoreAsync ( string queryLocator, object userState ) : void
queryLocator string
userState object
return void

subscribeAsync() public method

public subscribeAsync ( SubscribeRequest subscribes ) : void
subscribes SubscribeRequest
return void

subscribeAsync() public method

public subscribeAsync ( SubscribeRequest subscribes, object userState ) : void
subscribes SubscribeRequest
userState object
return void

updateAsync() public method

public updateAsync ( zObject zObjects ) : void
zObjects zObject
return void

updateAsync() public method

public updateAsync ( zObject zObjects, object userState ) : void
zObjects zObject
userState object
return void