C# Class Suteki.TardisBank.Domain.PaymentSchedule

Inheritance: System.Entity
Show file Open project: sharparchitecture/Sharp-Architecture

Public Methods

Method Description
CalculateNextRunDate ( ) : void
PaymentSchedule ( System.DateTime nextRun, Interval interval, decimal amount, string description, Account account ) : System

Protected Methods

Method Description
PaymentSchedule ( ) : System

Method Details

CalculateNextRunDate() public method

public CalculateNextRunDate ( ) : void
return void

PaymentSchedule() protected method

protected PaymentSchedule ( ) : System
return System

PaymentSchedule() public method

public PaymentSchedule ( System.DateTime nextRun, Interval interval, decimal amount, string description, Account account ) : System
nextRun System.DateTime
interval Interval
amount decimal
description string
account Account
return System