C# 클래스 BudgetAnalyser.Engine.Statement.TransactionGroupedByBucket

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
TransactionGroupedByBucket ( [ transactions, [ groupByThisBucket ) : System

Initializes a new instance of the TransactionGroupedByBucket class.

TriggerRefreshTotalsRow ( ) : void

Triggers a refresh of the totals row.

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

TransactionGroupedByBucket() 공개 메소드

Initializes a new instance of the TransactionGroupedByBucket class.
///
public TransactionGroupedByBucket ( [ transactions, [ groupByThisBucket ) : System
transactions [ The transactions.
groupByThisBucket [ The group by this bucket.
리턴 System

TriggerRefreshTotalsRow() 공개 메소드

Triggers a refresh of the totals row.
public TriggerRefreshTotalsRow ( ) : void
리턴 void