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

Méthodes publiques

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

Private Properties

Свойство Type Description
Revenue 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
Revenue ( ) : 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