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
Show file Open project: PaulStovell/trial-balance Class Usage Examples

Public Properties

Property Type Description
CategoryPropertyChangedEventArgs System.ComponentModel.PropertyChangedEventArgs

Private Properties

Property Type Description
Asset 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
Asset ( ) : 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 static property

Raised by the PropertyChanged event when the Category property changes.
public static PropertyChangedEventArgs,System.ComponentModel CategoryPropertyChangedEventArgs
return System.ComponentModel.PropertyChangedEventArgs