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

Represents a Chequing or transaction bank account. This is used as the main bank account.
Наследование: Account
Показать файл Открыть проект

Private Properties

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

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

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

Initializes a new instance of the ChequeAccount class.

Clone ( string name ) : Account

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

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

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

Initializes a new instance of the ChequeAccount class.
public ChequeAccount ( 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