C# 클래스 service.WorkService

상속: WebServerInterface
파일 보기 프로젝트 열기: DuBin1988/newsellinggas

공개 메소드들

메소드 설명
CloseServer ( ) : void
FormatGasCard ( string factory, string kmm, string kh, string dqdm ) : Ret
GetFlashPolicy ( ) : Stream
GetSilverlightPolicy ( ) : Stream
ReadCard ( ) : CardInfo
StartServer ( ) : void
Test ( string name ) : string
WriteGasCard ( string factory, string kmm, string kh, string dqdm, Int32 ql, Int32 csql, Int32 ccsql, Int16 cs, Int32 ljgql, Int32 bjql, Int32 czsx, Int32 tzed, string sqrq, string cssqrq, Int32 oldprice, Int32 newprice, string sxrq, string sxbj ) : WriteRet
WriteNewCard ( string factory, string kmm, Int16 kzt, string kh, string dqdm, string yhh, string tm, Int32 ql, Int32 csql, Int32 ccsql, Int16 cs, Int32 ljgql, Int16 bkcs, Int32 ljyql, Int32 bjql, Int32 czsx, Int32 tzed, string sqrq, string cssqrq, Int32 oldprice, Int32 newprice, string sxrq, string sxbj ) : WriteRet

비공개 메소드들

메소드 설명
FindErrorInfo ( int err ) : string
GetCard ( string name ) : ICard
StringToStream ( string result ) : Stream
worker_DoWork ( object sender, DoWorkEventArgs e ) : void

메소드 상세

CloseServer() 공개 메소드

public CloseServer ( ) : void
리턴 void

FormatGasCard() 공개 메소드

public FormatGasCard ( string factory, string kmm, string kh, string dqdm ) : Ret
factory string
kmm string
kh string
dqdm string
리턴 Ret

GetFlashPolicy() 공개 메소드

public GetFlashPolicy ( ) : Stream
리턴 Stream

GetSilverlightPolicy() 공개 메소드

public GetSilverlightPolicy ( ) : Stream
리턴 Stream

ReadCard() 공개 메소드

public ReadCard ( ) : CardInfo
리턴 CardInfo

StartServer() 공개 메소드

public StartServer ( ) : void
리턴 void

Test() 공개 메소드

public Test ( string name ) : string
name string
리턴 string

WriteGasCard() 공개 메소드

public WriteGasCard ( string factory, string kmm, string kh, string dqdm, Int32 ql, Int32 csql, Int32 ccsql, Int16 cs, Int32 ljgql, Int32 bjql, Int32 czsx, Int32 tzed, string sqrq, string cssqrq, Int32 oldprice, Int32 newprice, string sxrq, string sxbj ) : WriteRet
factory string
kmm string
kh string
dqdm string
ql System.Int32
csql System.Int32
ccsql System.Int32
cs System.Int16
ljgql System.Int32
bjql System.Int32
czsx System.Int32
tzed System.Int32
sqrq string
cssqrq string
oldprice System.Int32
newprice System.Int32
sxrq string
sxbj string
리턴 WriteRet

WriteNewCard() 공개 메소드

public WriteNewCard ( string factory, string kmm, Int16 kzt, string kh, string dqdm, string yhh, string tm, Int32 ql, Int32 csql, Int32 ccsql, Int16 cs, Int32 ljgql, Int16 bkcs, Int32 ljyql, Int32 bjql, Int32 czsx, Int32 tzed, string sqrq, string cssqrq, Int32 oldprice, Int32 newprice, string sxrq, string sxbj ) : WriteRet
factory string
kmm string
kzt System.Int16
kh string
dqdm string
yhh string
tm string
ql System.Int32
csql System.Int32
ccsql System.Int32
cs System.Int16
ljgql System.Int32
bkcs System.Int16
ljyql System.Int32
bjql System.Int32
czsx System.Int32
tzed System.Int32
sqrq string
cssqrq string
oldprice System.Int32
newprice System.Int32
sxrq string
sxbj string
리턴 WriteRet