C# Class CRL.Account.Transaction

Inheritance: IModelBase
Show file Open project: hubro-xx/CRL2

Public Properties

Property Type Description
CheckBalance bool

Private Properties

Property Type Description

Public Methods

Method Description
GetReversal ( int accountId, int tradeType ) : ITransaction

生成反转流水 生成指定帐户和交易类型的反转流水

ToString ( ) : string

Method Details

GetReversal() public method

生成反转流水 生成指定帐户和交易类型的反转流水
public GetReversal ( int accountId, int tradeType ) : ITransaction
accountId int
tradeType int
return ITransaction

ToString() public method

public ToString ( ) : string
return string

Property Details

CheckBalance public property

是否检测余额
public bool CheckBalance
return bool