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

Represents an accounting expense. An expense is a cost that the business incurs whilst trying to create revenue, and reduces the profit of the business. An example of expenses are Purchases, Bills, and employee salaries.
상속: DebitAccount
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 프로퍼티들

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

Private Properties

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

공개 메소드들

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

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

비공개 메소드들

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