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

Represents a Visa credit card account. Current limitation is you can only have one Visa account.
Наследование: Account
Показать файл Открыть проект

Private Properties

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

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

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

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

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

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

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

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