C# 클래스 EternalPlay.Technomonk.BusinessLayer.YearlySchedule

Represents a yearly schedule of Cycles.
파일 보기 프로젝트 열기: EternalPlay/Technomonk 1 사용 예제들

공개 메소드들

메소드 설명
YearlySchedule ( System.DateTime asOf ) : System

Constructs a schedule for the year of the given as of date

비공개 메소드들

메소드 설명
BuildCycles ( System.DateTime asOf, YearlySchedule parent ) : List

Builds a List{Cycle} based on the given as of date.

ResetCycles ( ) : void

Clears the cycle collection forcing them to be rebuilt on the next access.

메소드 상세

YearlySchedule() 공개 메소드

Constructs a schedule for the year of the given as of date
public YearlySchedule ( System.DateTime asOf ) : System
asOf System.DateTime
리턴 System