C# Class PaulStovell.TrialBalance.DomainModel.Revenue

Represents a Revenue account. Revenue is the income for a business, and, along with expenses, results in the net profit or loss for a business. Examples of revenue accounts are Sales, Interest Recieved and rental income.
Inheritance: CreditAccount
ファイルを表示 Open project: PaulStovell/trial-balance Class Usage Examples

Public Properties

Property Type Description
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

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