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
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Свойство Type Description
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

Свойство Type Description
Liability System.ComponentModel

Méthodes publiques

Méthode Description
CopyTo ( object targetObject ) : void

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

Private Methods

Méthode Description
Liability ( ) : System.ComponentModel

Constructor.

Method Details

CopyTo() public méthode

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.
Résultat 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
Résultat System.ComponentModel.PropertyChangedEventArgs