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

Represents a Revenue account. Revenue is the income for a business, and, along with expenses, results in the net profit or loss for a business. Examples of revenue accounts are Sales, Interest Recieved and rental income.
상속: CreditAccount
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

프로퍼티 타입 설명
Revenue System.ComponentModel

공개 메소드들

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

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

비공개 메소드들

메소드 설명
Revenue ( ) : System.ComponentModel

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

프로퍼티 상세

CategoryPropertyChangedEventArgs 공개적으로 정적으로 프로퍼티

Raised by the PropertyChanged event when the Category property changes.
public static PropertyChangedEventArgs,System.ComponentModel CategoryPropertyChangedEventArgs
리턴 System.ComponentModel.PropertyChangedEventArgs