Method | Description | |
---|---|---|
CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool | ||
DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void | ||
GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList |
||
GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList |
||
WorkdayMgr ( IWorkdayDao entityDao, ICriteriaMgr criteriaMgr, IWorkdayShiftMgr WorkdayShiftMgr ) : System.Collections |
public CheckWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : bool | ||
dayofweek | string | |
region | string | |
workcenter | string | |
return | bool |
public DeleteWorkday ( int Id, bool deleteWorkdayShift ) : void | ||
Id | int | |
deleteWorkdayShift | bool | |
return | void |
public GetWorkdayByDayofweek ( string dayofweek, string region, string workcenter ) : IList |
||
dayofweek | string | |
region | string | |
workcenter | string | |
return | IList |
public GetWorkdayByDayofweekWizard ( string dayofweek, string region, string workcenter ) : IList |
||
dayofweek | string | |
region | string | |
workcenter | string | |
return | IList |
public WorkdayMgr ( IWorkdayDao entityDao, ICriteriaMgr criteriaMgr, IWorkdayShiftMgr WorkdayShiftMgr ) : System.Collections | ||
entityDao | IWorkdayDao | |
criteriaMgr | ICriteriaMgr | |
WorkdayShiftMgr | IWorkdayShiftMgr | |
return | System.Collections |