C# Class PaulStovell.TrialBalance.DomainModel.CreditAccount

A type of account which has a credit balance by default.
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
CreditAccount ( 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

CreditAccount() protected méthode

Constructor.
protected CreditAccount ( AccountType accountType ) : System
accountType AccountType The type of account that the conrete class represents.
Résultat System