C# 클래스 XMerchant.PayPal.Web.PayPalFormWriter

상속: IDisposable
파일 보기 프로젝트 열기: axefrog/XMerchant

공개 메소드들

메소드 설명
BeginForm ( NameValueCollection payPalVariables, IPayPalSettings cfg ) : PayPalFormWriter
BeginMvcForm ( NameValueCollection payPalVariables ) : PayPalFormWriter
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EndForm ( ) : void
PayPalFormWriter ( ) : System
PayPalFormWriter ( TextWriter writer ) : System
Write ( string s ) : void

메소드 상세

BeginForm() 공개 메소드

public BeginForm ( NameValueCollection payPalVariables, IPayPalSettings cfg ) : PayPalFormWriter
payPalVariables System.Collections.Specialized.NameValueCollection
cfg IPayPalSettings
리턴 PayPalFormWriter

BeginMvcForm() 공개 정적인 메소드

public static BeginMvcForm ( NameValueCollection payPalVariables ) : PayPalFormWriter
payPalVariables System.Collections.Specialized.NameValueCollection
리턴 PayPalFormWriter

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

EndForm() 공개 메소드

public EndForm ( ) : void
리턴 void

PayPalFormWriter() 공개 메소드

public PayPalFormWriter ( ) : System
리턴 System

PayPalFormWriter() 공개 메소드

public PayPalFormWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void