C# Class PaulStovell.TrialBalance.DomainModel.Expense

Represents an accounting expense. An expense is a cost that the business incurs whilst trying to create revenue, and reduces the profit of the business. An example of expenses are Purchases, Bills, and employee salaries.
Inheritance: DebitAccount
ファイルを表示 Open project: PaulStovell/trial-balance Class Usage Examples

Public Properties

Property Type Description
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

Property Type Description
Expense 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
Expense ( ) : 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