C# Class Suteki.TardisBank.Domain.Account

Inheritance: System.Entity
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture Class Usage Examples

Méthodes publiques

Méthode Description
Account ( ) : System
AddPaymentSchedule ( System.DateTime startDate, Interval interval, decimal amount, string description ) : void
AddTransaction ( string description, decimal amount ) : void
RemoveOldTransactions ( ) : void
RemovePaymentSchedule ( int paymentScheduleId ) : void
TriggerScheduledPayments ( System.DateTime now ) : void

Method Details

Account() public méthode

public Account ( ) : System
Résultat System

AddPaymentSchedule() public méthode

public AddPaymentSchedule ( System.DateTime startDate, Interval interval, decimal amount, string description ) : void
startDate System.DateTime
interval Interval
amount decimal
description string
Résultat void

AddTransaction() public méthode

public AddTransaction ( string description, decimal amount ) : void
description string
amount decimal
Résultat void

RemoveOldTransactions() public méthode

public RemoveOldTransactions ( ) : void
Résultat void

RemovePaymentSchedule() public méthode

public RemovePaymentSchedule ( int paymentScheduleId ) : void
paymentScheduleId int
Résultat void

TriggerScheduledPayments() public méthode

public TriggerScheduledPayments ( System.DateTime now ) : void
now System.DateTime
Résultat void