C# Class BudgetAnalyser.Engine.BankAccount.MiscellaneousAccount

Represents a miscellaneous or general use account that isn't a ChequeAccount
Inheritance: Account
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( string name ) : Account

Clones this instance and give the new clone the specified name.

MiscellaneousAccount ( string name )

Initializes a new instance of the MiscellaneousAccount class.

Method Details

Clone() public method

Clones this instance and give the new clone the specified name.
public Clone ( string name ) : Account
name string
return Account

MiscellaneousAccount() public method

Initializes a new instance of the MiscellaneousAccount class.
public MiscellaneousAccount ( string name )
name string The name.