C# 클래스 PaulStovell.TrialBalance.DomainModel.DebitAccount

Debit accounts are accounts with a default balance type of debit. Assets and Expenses are debit accounts.
상속: Account
파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 메소드들

메소드 설명
CopyTo ( object targetObject ) : void

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

보호된 메소드들

메소드 설명
DebitAccount ( AccountType accountType ) : System

Constructor.

메소드 상세

CopyTo() 공개 메소드

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.
리턴 void

DebitAccount() 보호된 메소드

Constructor.
protected DebitAccount ( AccountType accountType ) : System
accountType AccountType The type of account that the concrete account represents.
리턴 System