C# Class BudgetAnalyser.Engine.BankAccount.MastercardAccount

Represents a Mastercard credit card bank 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.

MastercardAccount ( string name )

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

MastercardAccount() public method

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