C# Class PaulStovell.TrialBalance.DomainModel.Asset

Represents an asset. Assets are one of the five types of accounts, and are used to represent the things that a business owns that are used to generate future revenue.
Inheritance: DebitAccount
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

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

Private Properties

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