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

Represents an asset. Assets are one of the five types of accounts, and are used to represent the things that a business owns that are used to generate future revenue.
상속: DebitAccount
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 프로퍼티들

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

Private Properties

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

공개 메소드들

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

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

비공개 메소드들

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