C# Class ICanPay.Providers.AlipayGateway

֧��������
��ǰ֧������ʵ�ֽ�֧��MD5��Կ��
Inheritance: GatewayBase, IPaymentForm, IPaymentUrl
ファイルを表示 Open project: hiihellox10/ICanPay

Public Methods

Method Description
AlipayGateway ( ) : System

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

AlipayGateway ( List gatewayParameterData ) : System

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

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

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

WriteSucceedFlag ( ) : void

Protected Methods

Method Description
CheckNotifyData ( ) : bool

Private Methods

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

��ʼ��֧��������
public AlipayGateway ( ) : System
return System

AlipayGateway() public method

��ʼ��֧��������
public AlipayGateway ( List gatewayParameterData ) : System
gatewayParameterData List ����֪ͨ�����ݼ���
return System

BuildPaymentForm() public method

public BuildPaymentForm ( ) : string
return string

BuildPaymentUrl() public method

public BuildPaymentUrl ( ) : string
return string

CheckNotifyData() protected method

protected CheckNotifyData ( ) : bool
return bool

IsEmail() public method

�Ƿ�����ȷ��ʽ��Email��ַ
public IsEmail ( string emailAddress ) : bool
emailAddress string Email��ַ
return bool

WriteSucceedFlag() public method

public WriteSucceedFlag ( ) : void
return void