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

This class represents an accounting liability. A liability is defined as the future sacrifices an entity is obliged to make to other entities as a result of past transactions. Loans and mortgages the business has taken out are a great example of a liability.
상속: CreditAccount
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 프로퍼티들

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

Private Properties

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

공개 메소드들

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

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

비공개 메소드들

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