C# 클래스 Zuora.Services.ZuoraService

상속: Zuora.Services.IZuoraService
파일 보기 프로젝트 열기: zuorasc/c-sharp-quickstart 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateClient ( String endpoint ) : SoapClient

메소드 상세

Amend() 공개 메소드

public Amend ( List input ) : List
input List
리턴 List

CheckTime() 공개 메소드

public CheckTime ( ) : void
리턴 void

Create() 공개 메소드

public Create ( List input, bool singleTransaction ) : List
input List
singleTransaction bool
리턴 List

Create() 공개 메소드

public Create ( zObject input ) : ResponseHolder
input zObject
리턴 ResponseHolder

Delete() 공개 메소드

public Delete ( List input, String type ) : List
input List
type String
리턴 List

Delete() 공개 메소드

public Delete ( zObject input ) : ResponseHolder
input zObject
리턴 ResponseHolder

GetAndWriteExportToFile() 공개 메소드

public GetAndWriteExportToFile ( String exportFileId ) : HttpWebResponse
exportFileId String
리턴 System.Net.HttpWebResponse

GetExportFileId() 공개 메소드

public GetExportFileId ( String exportId ) : String
exportId String
리턴 String

Login() 공개 메소드

public Login ( ) : ResponseHolder
리턴 ResponseHolder

Query() 공개 메소드

public Query ( String queryString ) : ResponseHolder
queryString String
리턴 ResponseHolder

Subscribe() 공개 메소드

public Subscribe ( List input ) : List
input List
리턴 List

Update() 공개 메소드

public Update ( List input ) : List
input List
리턴 List

ZuoraService() 공개 메소드

public ZuoraService ( String username, String password, String endpoint ) : System
username String
password String
endpoint String
리턴 System