C# Class Zuora.Services.ZuoraService

Inheritance: Zuora.Services.IZuoraService
Afficher le fichier Open project: zuorasc/c-sharp-quickstart Class Usage Examples

Méthodes publiques

Méthode Description
Amend ( List input ) : List
CheckTime ( ) : void
Create ( List input, bool singleTransaction ) : List
Create ( zObject input ) : ResponseHolder
Delete ( List input, String type ) : List
Delete ( zObject input ) : ResponseHolder
GetAndWriteExportToFile ( String exportFileId ) : HttpWebResponse
GetExportFileId ( String exportId ) : String
Login ( ) : ResponseHolder
Query ( String queryString ) : ResponseHolder
Subscribe ( List input ) : List
Update ( List input ) : List
ZuoraService ( String username, String password, String endpoint ) : System

Private Methods

Méthode Description
CreateClient ( String endpoint ) : SoapClient

Method Details

Amend() public méthode

public Amend ( List input ) : List
input List
Résultat List

CheckTime() public méthode

public CheckTime ( ) : void
Résultat void

Create() public méthode

public Create ( List input, bool singleTransaction ) : List
input List
singleTransaction bool
Résultat List

Create() public méthode

public Create ( zObject input ) : ResponseHolder
input zObject
Résultat ResponseHolder

Delete() public méthode

public Delete ( List input, String type ) : List
input List
type String
Résultat List

Delete() public méthode

public Delete ( zObject input ) : ResponseHolder
input zObject
Résultat ResponseHolder

GetAndWriteExportToFile() public méthode

public GetAndWriteExportToFile ( String exportFileId ) : HttpWebResponse
exportFileId String
Résultat System.Net.HttpWebResponse

GetExportFileId() public méthode

public GetExportFileId ( String exportId ) : String
exportId String
Résultat String

Login() public méthode

public Login ( ) : ResponseHolder
Résultat ResponseHolder

Query() public méthode

public Query ( String queryString ) : ResponseHolder
queryString String
Résultat ResponseHolder

Subscribe() public méthode

public Subscribe ( List input ) : List
input List
Résultat List

Update() public méthode

public Update ( List input ) : List
input List
Résultat List

ZuoraService() public méthode

public ZuoraService ( String username, String password, String endpoint ) : System
username String
password String
endpoint String
Résultat System