C# Class BudgetAnalyser.Engine.Statement.TransactionGroupedByBucket

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
TransactionGroupedByBucket ( [ transactions, [ groupByThisBucket ) : System

Initializes a new instance of the TransactionGroupedByBucket class.

TriggerRefreshTotalsRow ( ) : void

Triggers a refresh of the totals row.

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

TransactionGroupedByBucket() public méthode

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

TriggerRefreshTotalsRow() public méthode

Triggers a refresh of the totals row.
public TriggerRefreshTotalsRow ( ) : void
Résultat void