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

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

Private Properties

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

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

Метод Описание
AmexAccount ( string name )

Initializes a new instance of the AmexAccount class.

Clone ( string name ) : Account

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

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

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

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

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

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