C# Class Wolfje.Plugins.SEconomy.Journal.MySQLJournal.MySQLTransaction

Inheritance: ITransaction
Exibir arquivo Open project: tylerjwatson/SEconomy Class Usage Examples

Protected Properties

Property Type Description
bankAccount IBankAccount

Public Methods

Method Description
MySQLTransaction ( IBankAccount bankAccount ) : System

Method Details

MySQLTransaction() public method

public MySQLTransaction ( IBankAccount bankAccount ) : System
bankAccount IBankAccount
return System

Property Details

bankAccount protected_oe property

protected IBankAccount bankAccount
return IBankAccount