C# Class 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.
Inheritance: CreditAccount
ファイルを表示 Open project: PaulStovell/trial-balance Class Usage Examples

Public Methods

Method Description
CopyTo ( object targetObject ) : void

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

Private Methods

Method Description
Equity ( ) : System

Constructor.

Method Details

CopyTo() public method

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.
return void