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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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