C# Класс PaulStovell.TrialBalance.DomainModel.DebitAccount

Debit accounts are accounts with a default balance type of debit. Assets and Expenses are debit accounts.
Наследование: Account
Показать файл Открыть проект

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

Метод Описание
CopyTo ( object targetObject ) : void

Copies the properties of this object to those of a new object.

Защищенные методы

Метод Описание
DebitAccount ( AccountType accountType ) : System

Constructor.

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

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

Copies the properties of this object to those of a new object.
public CopyTo ( object targetObject ) : void
targetObject object The object to copy the properties to.
Результат void

DebitAccount() защищенный Метод

Constructor.
protected DebitAccount ( AccountType accountType ) : System
accountType AccountType The type of account that the concrete account represents.
Результат System