C# 클래스 SpeedyDelete.Program

파일 보기 프로젝트 열기: zuorasc/SpeedyDelete

공개 메소드들

메소드 설명
Program ( ) : System
deleteList ( object state ) : void
doQuery ( ) : SpeedyDelete.zuora.zObject[]
handleQuery ( zObject objs ) : void
startDelete ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
create ( zObject acc ) : string
delete ( String type, string ids ) : bool
login ( ) : bool
queryAccount ( string accId ) : Account
update ( zObject acc ) : string

메소드 상세

Program() 공개 메소드

public Program ( ) : System
리턴 System

deleteList() 공개 메소드

public deleteList ( object state ) : void
state object
리턴 void

doQuery() 공개 메소드

public doQuery ( ) : SpeedyDelete.zuora.zObject[]
리턴 SpeedyDelete.zuora.zObject[]

handleQuery() 공개 메소드

public handleQuery ( zObject objs ) : void
objs SpeedyDelete.zuora.zObject
리턴 void

startDelete() 공개 메소드

public startDelete ( ) : void
리턴 void