C# Class BudgetAnalyser.Engine.BankAccount.ChequeAccount

Represents a Chequing or transaction bank account. This is used as the main bank account.
Inheritance: Account
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChequeAccount ( string name )

Initializes a new instance of the ChequeAccount class.

Clone ( string name ) : Account

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

Method Details

ChequeAccount() public méthode

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

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