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

Represents a miscellaneous or general use account that isn't a ChequeAccount
Наследование: Account
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
Clone ( string name ) : Account

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

MiscellaneousAccount ( string name )

Initializes a new instance of the MiscellaneousAccount class.

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

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

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

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

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