C# 클래스 TodoPagoConnector.Model.User

파일 보기 프로젝트 열기: TodoPago/SDK-.NET 1 사용 예제들

공개 메소드들

메소드 설명
User ( ) : System
User ( String user, String password ) : System
getApiKey ( ) : String
getMerchant ( ) : String
getPassword ( ) : String
getUser ( ) : String
setApiKey ( String apiKey ) : void
setMerchant ( String merchant ) : void
setPassword ( String password ) : void
setUser ( String user ) : void
toDictionary ( ) : string>.Dictionary
toString ( ) : String

메소드 상세

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( String user, String password ) : System
user String
password String
리턴 System

getApiKey() 공개 메소드

public getApiKey ( ) : String
리턴 String

getMerchant() 공개 메소드

public getMerchant ( ) : String
리턴 String

getPassword() 공개 메소드

public getPassword ( ) : String
리턴 String

getUser() 공개 메소드

public getUser ( ) : String
리턴 String

setApiKey() 공개 메소드

public setApiKey ( String apiKey ) : void
apiKey String
리턴 void

setMerchant() 공개 메소드

public setMerchant ( String merchant ) : void
merchant String
리턴 void

setPassword() 공개 메소드

public setPassword ( String password ) : void
password String
리턴 void

setUser() 공개 메소드

public setUser ( String user ) : void
user String
리턴 void

toDictionary() 공개 메소드

public toDictionary ( ) : string>.Dictionary
리턴 string>.Dictionary

toString() 공개 메소드

public toString ( ) : String
리턴 String