C# 클래스 Wolfje.Plugins.SEconomy.Journal.XMLJournal.XmlBankAccount

상속: IBankAccount
파일 보기 프로젝트 열기: tylerjwatson/SEconomy 1 사용 예제들

공개 메소드들

메소드 설명
AddTransaction ( ITransaction Transaction ) : ITransaction
ResetAccountTransactions ( long BankAccountK ) : void
ResetAccountTransactionsAsync ( long BankAccountK ) : Task
SyncBalance ( ) : void
SyncBalanceAsync ( ) : System.Threading.Tasks.Task
TransferTo ( IBankAccount Account, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : BankTransferEventArgs
TransferToAsync ( IBankAccount ToAccount, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : Task
TransferToAsync ( int Index, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : Task
XmlBankAccount ( ITransactionJournal OwningJournal ) : System

메소드 상세

AddTransaction() 공개 메소드

public AddTransaction ( ITransaction Transaction ) : ITransaction
Transaction ITransaction
리턴 ITransaction

ResetAccountTransactions() 공개 메소드

public ResetAccountTransactions ( long BankAccountK ) : void
BankAccountK long
리턴 void

ResetAccountTransactionsAsync() 공개 메소드

public ResetAccountTransactionsAsync ( long BankAccountK ) : Task
BankAccountK long
리턴 Task

SyncBalance() 공개 메소드

public SyncBalance ( ) : void
리턴 void

SyncBalanceAsync() 공개 메소드

public SyncBalanceAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

TransferTo() 공개 메소드

public TransferTo ( IBankAccount Account, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : BankTransferEventArgs
Account IBankAccount
Amount Money
Options BankAccountTransferOptions
TransactionMessage string
JournalMessage string
리턴 BankTransferEventArgs

TransferToAsync() 공개 메소드

public TransferToAsync ( IBankAccount ToAccount, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : Task
ToAccount IBankAccount
Amount Money
Options BankAccountTransferOptions
TransactionMessage string
JournalMessage string
리턴 Task

TransferToAsync() 공개 메소드

public TransferToAsync ( int Index, Money Amount, BankAccountTransferOptions Options, string TransactionMessage, string JournalMessage ) : Task
Index int
Amount Money
Options BankAccountTransferOptions
TransactionMessage string
JournalMessage string
리턴 Task

XmlBankAccount() 공개 메소드

public XmlBankAccount ( ITransactionJournal OwningJournal ) : System
OwningJournal ITransactionJournal
리턴 System