C# Class ICanPay.PaymentNotify

���ط��ص�֧��֪ͨ���ݵĽ���
Show file Open project: hiihellox10/ICanPay Class Usage Examples

Public Methods

Method Description
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

ɾ���̻�����

Protected Methods

Method Description
OnPaymentFailed ( PaymentFailedEventArgs e ) : void
OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void

Method Details

AddMerchant() public method

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

GetMerchant() public method

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

OnPaymentFailed() protected method

protected OnPaymentFailed ( PaymentFailedEventArgs e ) : void
e PaymentFailedEventArgs
return void

OnPaymentSucceed() protected method

protected OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
e PaymentSucceedEventArgs
return void

OnUnknownGateway() protected method

protected OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void
e ICanPay.UnknownGatewayEventArgs
return void

PaymentNotify() public method

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

PaymentNotify() public method

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

PaymentNotify() public method

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

Received() public method

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

RemoveMerchant() public method

ɾ���̻�����
public RemoveMerchant ( GatewayType gatewayType ) : void
gatewayType GatewayType ��������
return void