C# Класс BudgetAnalyser.Engine.Budget.BudgetItem

A budget line in a budget. This can represent an expense or an income.
Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Equals ( [ other ) : bool

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

Приватные методы

Метод Описание
EnsureNoRepeatedLastWord ( string sentence1, string sentence2 ) : string
OnBucketPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Описание методов

Equals() защищенный Метод

Returns true if the buckets are the same and the types are the same.
protected Equals ( [ other ) : bool
other [
Результат bool

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

Implements the operator ==. Delegates to Equals.
public static operator ( ) : bool
Результат bool