C# Class FeliCa2Money.Transaction

Afficher le fichier Open project: tmurakam/felica2money Class Usage Examples

Méthodes publiques

Méthode Description
GetTransString ( ) : string
GuessTransType ( bool isIncome ) : void
Invalidate ( ) : void
isIdUnassigned ( ) : bool
isInvalid ( Transaction t ) : bool
isZeroTransaction ( Transaction t ) : bool
transId ( ) : string

Private Methods

Méthode Description
Transaction ( ) : System
makeHash ( ) : string

Method Details

GetTransString() public méthode

public GetTransString ( ) : string
Résultat string

GuessTransType() public méthode

public GuessTransType ( bool isIncome ) : void
isIncome bool
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

isIdUnassigned() public méthode

public isIdUnassigned ( ) : bool
Résultat bool

isInvalid() public static méthode

public static isInvalid ( Transaction t ) : bool
t Transaction
Résultat bool

isZeroTransaction() public static méthode

public static isZeroTransaction ( Transaction t ) : bool
t Transaction
Résultat bool

transId() public méthode

public transId ( ) : string
Résultat string