Метод | Описание | |
---|---|---|
AddZero ( string Source, int len ) : string |
卡号自动补零
|
|
CSellGas ( ) : void | ||
CardTypeConver ( int cardtype ) : string |
卡类型转换
|
|
CpuInit ( string cardid, int firstalarm, int secondalarm, int newremnant, int consumerlevel, int usertype, string pricedate, int xs, int gas, string selldate ) : void | ||
CpuSellGas ( ) : void | ||
GYInitCard ( string cardid, int alarm, int constant, int amount, int metertype, int usertype, double money, double pricenow, int pricemodify, double pricenew, string pricedate, int secondalarm, int newremnant, int consumerlevel, int xs, string selldate ) : void | ||
GetCpuEvent ( string EventName ) : dynamic |
获得cpu控件方法对象
|
|
GetEvent ( string EventName ) : dynamic |
获得控件方法对象
|
|
GetSellEvent ( string EventName ) : dynamic |
获得售气控件方法对象
|
|
ICCardObj ( ) : System | ||
MYInitCard ( string cardid, int alarm, int constant, int amount, int metertype, int user_type, double money, double pricenow, int pricemodify, double pricenew, string pricedate, string selldate ) : bool | ||
MakeUp ( ) : void | ||
OnCompleted ( System e ) : void | ||
OnReadCompleted ( System e ) : void | ||
ReInitCard ( ) : void | ||
ReadCard ( ) : void |
读卡
|
|
ReadCommon ( ) : void |
读一般卡
|
|
ReturnGas ( ) : void |
撤销:cardId, cardgas, cardmoney,selldate
|
|
SellGas ( ) : void |
Метод | Описание | |
---|---|---|
FactoryTypeConver ( long factoryid ) : string |
表类型转换
|
|
OpenErrorTip ( int val ) : void | ||
ReadCpu ( ) : void |
读cpu卡
|
|
ReadNormalCard ( ) : void |
读一般卡 ,非cpu卡
|
|
ReadWX ( ) : void |
读取无线表
|
public AddZero ( string Source, int len ) : string | ||
Source | string | |
len | int | |
Результат | string |
public CardTypeConver ( int cardtype ) : string | ||
cardtype | int | |
Результат | string |
public CpuInit ( string cardid, int firstalarm, int secondalarm, int newremnant, int consumerlevel, int usertype, string pricedate, int xs, int gas, string selldate ) : void | ||
cardid | string | |
firstalarm | int | |
secondalarm | int | |
newremnant | int | |
consumerlevel | int | |
usertype | int | |
pricedate | string | |
xs | int | |
gas | int | |
selldate | string | |
Результат | void |
public GYInitCard ( string cardid, int alarm, int constant, int amount, int metertype, int usertype, double money, double pricenow, int pricemodify, double pricenew, string pricedate, int secondalarm, int newremnant, int consumerlevel, int xs, string selldate ) : void | ||
cardid | string | |
alarm | int | |
constant | int | |
amount | int | |
metertype | int | |
usertype | int | |
money | double | |
pricenow | double | |
pricemodify | int | |
pricenew | double | |
pricedate | string | |
secondalarm | int | |
newremnant | int | |
consumerlevel | int | |
xs | int | |
selldate | string | |
Результат | void |
public GetCpuEvent ( string EventName ) : dynamic | ||
EventName | string | 方法名 |
Результат | dynamic |
public GetEvent ( string EventName ) : dynamic | ||
EventName | string | 方法名 |
Результат | dynamic |
public GetSellEvent ( string EventName ) : dynamic | ||
EventName | string | |
Результат | dynamic |
public MYInitCard ( string cardid, int alarm, int constant, int amount, int metertype, int user_type, double money, double pricenow, int pricemodify, double pricenew, string pricedate, string selldate ) : bool | ||
cardid | string | |
alarm | int | |
constant | int | |
amount | int | |
metertype | int | |
user_type | int | |
money | double | |
pricenow | double | |
pricemodify | int | |
pricenew | double | |
pricedate | string | |
selldate | string | |
Результат | bool |
public OnReadCompleted ( System e ) : void | ||
e | System | |
Результат | void |