C# 클래스 ICanPay.GatewayBase

֧�����صij������
파일 보기 프로젝트 열기: hiihellox10/ICanPay 1 사용 예제들

공개 메소드들

메소드 설명
GetGatewayParameterValue ( string gatewayParameterName ) : string

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

GetGatewayParameterValue ( string gatewayParameterName, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : string

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

SetGatewayParameterValue ( string gatewayParameterName, object gatewayParameterValue ) : void

�������ص�����

���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��

SetGatewayParameterValue ( string gatewayParameterName, object gatewayParameterValue, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : void

�������ص�����

���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��

SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue ) : void

�������ص�����

���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��

SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : void

�������ص�����

�����õIJ�������ʱ�����������ֵ��һ�����޸�Ϊ�µIJ���ֵ��

ValidateNotify ( ) : bool

��֤�����Ƿ�֧���ɹ�

WriteSucceedFlag ( ) : void

�����յ�֧������֪ͨ����֤����ʱ����֧������Ҫ���ʽ�����ʾ�ɹ����յ�����֪ͨ���ַ���

보호된 메소드들

메소드 설명
CheckNotifyData ( ) : bool

�������ط��ص�֪ͨ��ȷ�϶����Ƿ�֧���ɹ�

GatewayBase ( ) : System.Collections.Generic
GatewayBase ( ICollection gatewayParameterData ) : System.Collections.Generic
GetFormHtml ( string url ) : string

����Form HTML����

GetSortedGatewayParameter ( ) : string>.SortedDictionary

��ð���ĸ�������������ز����ļ���

메소드 상세

CheckNotifyData() 보호된 추상적인 메소드

�������ط��ص�֪ͨ��ȷ�϶����Ƿ�֧���ɹ�
protected abstract CheckNotifyData ( ) : bool
리턴 bool

GatewayBase() 보호된 메소드

protected GatewayBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GatewayBase() 보호된 메소드

protected GatewayBase ( ICollection gatewayParameterData ) : System.Collections.Generic
gatewayParameterData ICollection
리턴 System.Collections.Generic

GetFormHtml() 보호된 메소드

����Form HTML����
protected GetFormHtml ( string url ) : string
url string ���ص�Url
리턴 string

GetGatewayParameterValue() 공개 메소드

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

GetGatewayParameterValue() 공개 메소드

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

GetSortedGatewayParameter() 보호된 메소드

��ð���ĸ�������������ز����ļ���
protected GetSortedGatewayParameter ( ) : string>.SortedDictionary
리턴 string>.SortedDictionary

SetGatewayParameterValue() 공개 메소드

�������ص�����
���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��
public SetGatewayParameterValue ( string gatewayParameterName, object gatewayParameterValue ) : void
gatewayParameterName string ���صIJ�������
gatewayParameterValue object ���صIJ���ֵ
리턴 void

SetGatewayParameterValue() 공개 메소드

�������ص�����
���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��
public SetGatewayParameterValue ( string gatewayParameterName, object gatewayParameterValue, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : void
gatewayParameterName string ���صIJ�������
gatewayParameterValue object ���صIJ���ֵ
gatewayParameterRequestMethod GatewayParameterRequestMethod ���صIJ��������󷽷�������
리턴 void

SetGatewayParameterValue() 공개 메소드

�������ص�����
���õIJ�������ʱ�����������ֵ��һ���򱣴��µIJ���ֵ��
public SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue ) : void
gatewayParameterName string ���صIJ�������
gatewayParameterValue string ���صIJ���ֵ
리턴 void

SetGatewayParameterValue() 공개 메소드

�������ص�����
�����õIJ�������ʱ�����������ֵ��һ�����޸�Ϊ�µIJ���ֵ��
public SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue, GatewayParameterRequestMethod gatewayParameterRequestMethod ) : void
gatewayParameterName string ���صIJ�������
gatewayParameterValue string ���صIJ���ֵ
gatewayParameterRequestMethod GatewayParameterRequestMethod ���صIJ��������󷽷�������
리턴 void

ValidateNotify() 공개 메소드

��֤�����Ƿ�֧���ɹ�
public ValidateNotify ( ) : bool
리턴 bool

WriteSucceedFlag() 공개 추상적인 메소드

�����յ�֧������֪ͨ����֤����ʱ����֧������Ҫ���ʽ�����ʾ�ɹ����յ�����֪ͨ���ַ���
public abstract WriteSucceedFlag ( ) : void
리턴 void