C# 클래스 BudgetAnalyser.Engine.Budget.BudgetItem

A budget line in a budget. This can represent an expense or an income.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
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