C# Class BudgetAnalyser.Engine.Budget.BudgetItem

A budget line in a budget. This can represent an expense or an income.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance. Delegates to Equals(BudgetItem)

GetHashCode ( ) : int

Returns a hash code for this instance.

operator ( ) : bool

Implements the operator ==. Delegates to Equals.

Méthodes protégées

Méthode Description
Equals ( [ other ) : bool

Returns true if the buckets are the same and the types are the same.

Private Methods

Méthode Description
EnsureNoRepeatedLastWord ( string sentence1, string sentence2 ) : string
OnBucketPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Equals() protected méthode

Returns true if the buckets are the same and the types are the same.
protected Equals ( [ other ) : bool
other [
Résultat bool

Equals() public méthode

Determines whether the specified System.Object, is equal to this instance. Delegates to Equals(BudgetItem)
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

Implements the operator ==. Delegates to Equals.
public static operator ( ) : bool
Résultat bool