C# Class EternalPlay.Technomonk.BusinessLayer.YearlySchedule

Represents a yearly schedule of Cycles.
Mostrar archivo Open project: EternalPlay/Technomonk Class Usage Examples

Public Methods

Method Description
YearlySchedule ( System.DateTime asOf ) : System

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

Private Methods

Method Description
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.

Method Details

YearlySchedule() public method

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