C# 클래스 ICanPay.PaymentNotify

���ط��ص�֧��֪ͨ���ݵĽ���
파일 보기 프로젝트 열기: hiihellox10/ICanPay 1 사용 예제들

공개 메소드들

메소드 설명
AddMerchant ( Merchant merchant ) : void

����̻����ݡ�����ӵ��̻������ظ������ؽ��ᱻɾ��

GetMerchant ( GatewayType gatewayType ) : Merchant

����̻����ݡ����ش��ڶ���̻�����ʱ���ص�һ�����޷��ҵ�����null

PaymentNotify ( ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

PaymentNotify ( ICollection merchantList ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

PaymentNotify ( Merchant merchant ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

Received ( ) : void

���ղ���֤���ص�֧��֪ͨ

RemoveMerchant ( GatewayType gatewayType ) : void

ɾ���̻�����

보호된 메소드들

메소드 설명
OnPaymentFailed ( PaymentFailedEventArgs e ) : void
OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void

메소드 상세

AddMerchant() 공개 메소드

����̻����ݡ�����ӵ��̻������ظ������ؽ��ᱻɾ��
public AddMerchant ( Merchant merchant ) : void
merchant Merchant �̻�����
리턴 void

GetMerchant() 공개 메소드

����̻����ݡ����ش��ڶ���̻�����ʱ���ص�һ�����޷��ҵ�����null
public GetMerchant ( GatewayType gatewayType ) : Merchant
gatewayType GatewayType ��������
리턴 Merchant

OnPaymentFailed() 보호된 메소드

protected OnPaymentFailed ( PaymentFailedEventArgs e ) : void
e PaymentFailedEventArgs
리턴 void

OnPaymentSucceed() 보호된 메소드

protected OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
e PaymentSucceedEventArgs
리턴 void

OnUnknownGateway() 보호된 메소드

protected OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void
e ICanPay.UnknownGatewayEventArgs
리턴 void

PaymentNotify() 공개 메소드

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PaymentNotify() 공개 메소드

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( ICollection merchantList ) : System.Collections.Generic
merchantList ICollection ������֤֧�����ط������ݵ��̻������б�
리턴 System.Collections.Generic

PaymentNotify() 공개 메소드

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( Merchant merchant ) : System.Collections.Generic
merchant Merchant �̻�����
리턴 System.Collections.Generic

Received() 공개 메소드

���ղ���֤���ص�֧��֪ͨ
public Received ( ) : void
리턴 void

RemoveMerchant() 공개 메소드

ɾ���̻�����
public RemoveMerchant ( GatewayType gatewayType ) : void
gatewayType GatewayType ��������
리턴 void