C# Class 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.
Inheritance: CreditAccount
ファイルを表示 Open project: PaulStovell/trial-balance Class Usage Examples

Public Properties

Property Type Description
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

Property Type Description
Liability System.ComponentModel

Public Methods

Method Description
CopyTo ( object targetObject ) : void

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

Private Methods

Method Description
Liability ( ) : System.ComponentModel

Constructor.

Method Details

CopyTo() public method

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.
return void

Property Details

CategoryPropertyChangedEventArgs public_oe static_oe property

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