C# 클래스 Suteki.TardisBank.Domain.Account

상속: System.Entity
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture 1 사용 예제들

공개 메소드들

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

메소드 상세

Account() 공개 메소드

public Account ( ) : System
리턴 System

AddPaymentSchedule() 공개 메소드

public AddPaymentSchedule ( System.DateTime startDate, Interval interval, decimal amount, string description ) : void
startDate System.DateTime
interval Interval
amount decimal
description string
리턴 void

AddTransaction() 공개 메소드

public AddTransaction ( string description, decimal amount ) : void
description string
amount decimal
리턴 void

RemoveOldTransactions() 공개 메소드

public RemoveOldTransactions ( ) : void
리턴 void

RemovePaymentSchedule() 공개 메소드

public RemovePaymentSchedule ( int paymentScheduleId ) : void
paymentScheduleId int
리턴 void

TriggerScheduledPayments() 공개 메소드

public TriggerScheduledPayments ( System.DateTime now ) : void
now System.DateTime
리턴 void