C# Class ICanPay.PaymentEventArgs

֧���¼����ݵĻ���
Inheritance: System.EventArgs
Show file Open project: hiihellox10/ICanPay

Protected Properties

Property Type Description
gateway GatewayBase

Public Methods

Method Description
GetGatewayParameterValue ( string gatewayParameterName ) : string

������صIJ���ֵ��û�в���ֵʱ���ؿ��ַ�����Get��ʽ��ֵ��Ϊδ���롣

GetGatewayParameterValue ( string gatewayParameterName, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : string

������صIJ���ֵ��û�в���ֵʱ���ؿ��ַ�����Get��ʽ��ֵ��Ϊδ���롣

PaymentEventArgs ( GatewayBase gateway ) : System

��ʼ��֧���¼����ݵĻ���

Method Details

GetGatewayParameterValue() public method

������صIJ���ֵ��û�в���ֵʱ���ؿ��ַ�����Get��ʽ��ֵ��Ϊδ���롣
public GetGatewayParameterValue ( string gatewayParameterName ) : string
gatewayParameterName string ���صIJ�������
return string

GetGatewayParameterValue() public method

������صIJ���ֵ��û�в���ֵʱ���ؿ��ַ�����Get��ʽ��ֵ��Ϊδ���롣
public GetGatewayParameterValue ( string gatewayParameterName, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : string
gatewayParameterName string ���صIJ�������
gatewayParameterRequestMethod GatewayParameterRequestMethod ���ص����ݵ����󷽷�������
return string

PaymentEventArgs() public method

��ʼ��֧���¼����ݵĻ���
public PaymentEventArgs ( GatewayBase gateway ) : System
gateway GatewayBase ֧������
return System

Property Details

gateway protected property

protected GatewayBase,ICanPay gateway
return GatewayBase