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
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( object targetObject ) : void

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

Private Methods

Méthode Description
Equity ( ) : System

Constructor.

Method Details

CopyTo() public méthode

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.
Résultat void