C# Class BudgetAnalyser.Engine.BankAccount.MiscellaneousAccount

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

MiscellaneousAccount() public méthode

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