C# 클래스 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.
상속: CreditAccount
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 메소드들

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

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

비공개 메소드들

메소드 설명
Equity ( ) : 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