C# Class Com.Aote.ObjectTools.SYICCard

Inheritance: GeneralICCard
Show file Open project: DuBin1988/newsellinggas Class Usage Examples

Public Properties

Property Type Description
CanRewriteCardProperty System.Windows.DependencyProperty
CanSellGasProperty System.Windows.DependencyProperty

Public Methods

Method Description
MakeNewCard ( ) : void
ReInitCard ( ) : void
ReadAllBytes ( ) : void
ReadCard ( ) : void
RecoveryCard ( ) : void
SellGas ( ) : void

Private Methods

Method Description
OnCanRewriteCardChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCanSellGasChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

MakeNewCard() public method

public MakeNewCard ( ) : void
return void

ReInitCard() public method

public ReInitCard ( ) : void
return void

ReadAllBytes() public method

public ReadAllBytes ( ) : void
return void

ReadCard() public method

public ReadCard ( ) : void
return void

RecoveryCard() public method

public RecoveryCard ( ) : void
return void

SellGas() public method

public SellGas ( ) : void
return void

Property Details

CanRewriteCardProperty public static property

public static DependencyProperty,System.Windows CanRewriteCardProperty
return System.Windows.DependencyProperty

CanSellGasProperty public static property

public static DependencyProperty,System.Windows CanSellGasProperty
return System.Windows.DependencyProperty