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

Represents an equity account. Equity accounts are accounts that indicate the investments made by the owners of the business. Owners Equity, Profit and Loss are all kinds of Equity accounts.
Наследование: CreditAccount
Показать файл Открыть проект Примеры использования класса

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

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

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

Приватные методы

Метод Описание
Equity ( ) : 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