C# Class BudgetAnalyser.Engine.BankAccount.VisaAccount

Represents a Visa credit card account. Current limitation is you can only have one Visa account.
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.

VisaAccount ( string name )

Initializes a new instance of the VisaAccount 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

VisaAccount() public method

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