C# Class PdfRpt.Calendar.DaysInfoToCalendarData

Maps list of the DayInfo's to the list of CalendarData's.
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
MapToCalendarDataList ( this dataRows ) : IList

Maps list of the DayInfo's to the list of CalendarData's.

Method Details

MapToCalendarDataList() public static method

Maps list of the DayInfo's to the list of CalendarData's.
public static MapToCalendarDataList ( this dataRows ) : IList
dataRows this List of the DayInfo's
return IList