C# Class PaulStovell.TrialBalance.DomainModel.DebitAccount

Debit accounts are accounts with a default balance type of debit. Assets and Expenses are debit accounts.
Inheritance: Account
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
CopyTo ( object targetObject ) : void

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

Méthodes protégées

Méthode Description
DebitAccount ( AccountType accountType ) : 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

DebitAccount() protected méthode

Constructor.
protected DebitAccount ( AccountType accountType ) : System
accountType AccountType The type of account that the concrete account represents.
Résultat System