C# Класс EternalPlay.Technomonk.BusinessLayer.YearlySchedule

Represents a yearly schedule of Cycles.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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