C# Class ICanPay.Providers.AlipayGateway

֧��������
��ǰ֧������ʵ�ֽ�֧��MD5��Կ��
Inheritance: GatewayBase, IPaymentForm, IPaymentUrl
Afficher le fichier Open project: hiihellox10/ICanPay

Méthodes publiques

Méthode Description
AlipayGateway ( ) : System

��ʼ��֧��������

AlipayGateway ( List gatewayParameterData ) : System

��ʼ��֧��������

BuildPaymentForm ( ) : string
BuildPaymentUrl ( ) : string
IsEmail ( string emailAddress ) : bool

�Ƿ�����ȷ��ʽ��Email��ַ

WriteSucceedFlag ( ) : void

Méthodes protégées

Méthode Description
CheckNotifyData ( ) : bool

Private Methods

Méthode Description
GatewayParameterDataSort ( ICollection coll ) : string>.SortedList

�����ز����ļ�������

GetOrderSign ( ) : string

��ö�����ǩ����

GetPaymentQueryString ( ) : string
GetSignParameter ( ) : string

�������ǩ���IJ����ַ���

GetValidateAlipayNotifyUrl ( ) : string

�����֤֧����֪ͨ��Url

InitOrderParameter ( ) : void

��ʼ����������

ValidateAlipayNotify ( ) : bool

��֤���ص�֪ͨId�Ƿ���Ч

ValidateAlipayNotifySign ( ) : bool

��֤֧����֪ͨ��ǩ��

ValidatePaymentOrderParameter ( ) : void

��֤֧�������IJ�������

Method Details

AlipayGateway() public méthode

��ʼ��֧��������
public AlipayGateway ( ) : System
Résultat System

AlipayGateway() public méthode

��ʼ��֧��������
public AlipayGateway ( List gatewayParameterData ) : System
gatewayParameterData List ����֪ͨ�����ݼ���
Résultat System

BuildPaymentForm() public méthode

public BuildPaymentForm ( ) : string
Résultat string

BuildPaymentUrl() public méthode

public BuildPaymentUrl ( ) : string
Résultat string

CheckNotifyData() protected méthode

protected CheckNotifyData ( ) : bool
Résultat bool

IsEmail() public méthode

�Ƿ�����ȷ��ʽ��Email��ַ
public IsEmail ( string emailAddress ) : bool
emailAddress string Email��ַ
Résultat bool

WriteSucceedFlag() public méthode

public WriteSucceedFlag ( ) : void
Résultat void