C# Класс BudgetAnalyser.Engine.BankAccount.MastercardAccount

Represents a Mastercard credit card bank account.
Наследование: Account
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный Метод

Clones this instance and give the new clone the specified name.
public Clone ( string name ) : Account
name string
Результат Account

MastercardAccount() публичный Метод

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