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

상속: System.Entity
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
CalculateNextRunDate ( ) : void
PaymentSchedule ( System.DateTime nextRun, Interval interval, decimal amount, string description, Account account ) : System

보호된 메소드들

메소드 설명
PaymentSchedule ( ) : System

메소드 상세

CalculateNextRunDate() 공개 메소드

public CalculateNextRunDate ( ) : void
리턴 void

PaymentSchedule() 보호된 메소드

protected PaymentSchedule ( ) : System
리턴 System

PaymentSchedule() 공개 메소드

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
리턴 System