C# Класс ICanPay.PaymentNotify

���ط��ص�֧��֪ͨ���ݵĽ���
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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