C# Class Epiworx.Business.WeekRepository

Show file Open project: mattruma/epiworx-csla Class Usage Examples

Public Methods

Method Description
WeekAdd ( System.DateTime startDate, DayOfWeek firstDayOfWeek, int numberOfPeriods, int year ) : void
WeekDelete ( Week week ) : bool
WeekDelete ( int weekId ) : bool
WeekFetch ( int weekId ) : Week
WeekFetchInfoList ( ) : WeekInfoList
WeekFetchInfoList ( WeekDataCriteria criteria ) : WeekInfoList
WeekFetchInfoList ( int year ) : WeekInfoList
WeekInsert ( Week week ) : Week
WeekNew ( ) : Week
WeekSave ( Week week ) : Week
WeekUpdate ( Week week ) : Week

Method Details

WeekAdd() public static method

public static WeekAdd ( System.DateTime startDate, DayOfWeek firstDayOfWeek, int numberOfPeriods, int year ) : void
startDate System.DateTime
firstDayOfWeek DayOfWeek
numberOfPeriods int
year int
return void

WeekDelete() public static method

public static WeekDelete ( Week week ) : bool
week Week
return bool

WeekDelete() public static method

public static WeekDelete ( int weekId ) : bool
weekId int
return bool

WeekFetch() public static method

public static WeekFetch ( int weekId ) : Week
weekId int
return Week

WeekFetchInfoList() public static method

public static WeekFetchInfoList ( ) : WeekInfoList
return WeekInfoList

WeekFetchInfoList() public static method

public static WeekFetchInfoList ( WeekDataCriteria criteria ) : WeekInfoList
criteria WeekDataCriteria
return WeekInfoList

WeekFetchInfoList() public static method

public static WeekFetchInfoList ( int year ) : WeekInfoList
year int
return WeekInfoList

WeekInsert() public static method

public static WeekInsert ( Week week ) : Week
week Week
return Week

WeekNew() public static method

public static WeekNew ( ) : Week
return Week

WeekSave() public static method

public static WeekSave ( Week week ) : Week
week Week
return Week

WeekUpdate() public static method

public static WeekUpdate ( Week week ) : Week
week Week
return Week