C# 클래스 Payments.eway.EpayMessage

파일 보기 프로젝트 열기: NickJosevski/Payments.AU

공개 메소드들

메소드 설명
AsXml ( ) : string

Compose the ePay message as XML

비공개 메소드들

메소드 설명
CreateAndAppendChild ( XmlDocument doc, XmlNode node, string nodeName, string nodeValue ) : void

Builds an XMLNode and appends it

CreateNode ( string nodeName, string nodeValue ) : string

Builds a simple XML node.

메소드 상세

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

Compose the ePay message as XML
public abstract AsXml ( ) : string
리턴 string