C# 클래스 Ecetera.AppDynamics.IISService.CreditCardService

상속: ICreditCardService
파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit

공개 메소드들

메소드 설명
Authorise ( string creditcard, string expiry, string cvv ) : string
Authorise ( string creditcard, string expiry, string cvv, double amount ) : string

Credit ( string creditcard, double amount ) : int
Debit ( string creditcard, double amount ) : int
DumpLog ( StreamReader r ) : void
Main ( string args ) : void
MyOwnLog ( string logMessage, TextWriter w ) : void

비공개 메소드들

메소드 설명
SendMessage ( string message, string type ) : void
SumOfRefunds ( double amount ) : void

메소드 상세

Authorise() 공개 메소드

public Authorise ( string creditcard, string expiry, string cvv ) : string
creditcard string
expiry string
cvv string
리턴 string

Authorise() 공개 메소드

public Authorise ( string creditcard, string expiry, string cvv, double amount ) : string
creditcard string
expiry string
cvv string
amount double
리턴 string

Credit() 공개 메소드

public Credit ( string creditcard, double amount ) : int
creditcard string
amount double
리턴 int

Debit() 공개 메소드

public Debit ( string creditcard, double amount ) : int
creditcard string
amount double
리턴 int

DumpLog() 공개 정적인 메소드

public static DumpLog ( StreamReader r ) : void
r System.IO.StreamReader
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

MyOwnLog() 공개 정적인 메소드

public static MyOwnLog ( string logMessage, TextWriter w ) : void
logMessage string
w System.IO.TextWriter
리턴 void