C# Class PaulStovell.TrialBalance.DomainModel.CreditAccount

A type of account which has a credit balance by default.
Inheritance: Account
Show file Open project: PaulStovell/trial-balance

Public Methods

Method Description
CopyTo ( object targetObject ) : void

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

Protected Methods

Method Description
CreditAccount ( AccountType accountType ) : 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

CreditAccount() protected method

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