C# Class NSoft.NFramework.Data.NHibernateEx.Domain.Fluents.Timesheets.TimesheetTool

일단위 Timesheet 를 기간별 Rule로 상호 변환할 수 있는 메소드를 제공합니다.
Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
GenerateTimephasedRules ( this timesheets ) : IEnumerable
GenerateTimephasedRulesAsParallel ( this timesheets ) : IEnumerable
GenerateTimesheets ( this rule ) : IEnumerable
GenerateTimesheets ( this rules ) : IEnumerable
GenerateTimesheetsAsParallel ( this rules ) : IEnumerable

Method Details

GenerateTimephasedRules() public static method

public static GenerateTimephasedRules ( this timesheets ) : IEnumerable
timesheets this
return IEnumerable

GenerateTimephasedRulesAsParallel() public static method

public static GenerateTimephasedRulesAsParallel ( this timesheets ) : IEnumerable
timesheets this
return IEnumerable

GenerateTimesheets() public static method

public static GenerateTimesheets ( this rule ) : IEnumerable
rule this
return IEnumerable

GenerateTimesheets() public static method

public static GenerateTimesheets ( this rules ) : IEnumerable
rules this
return IEnumerable

GenerateTimesheetsAsParallel() public static method

public static GenerateTimesheetsAsParallel ( this rules ) : IEnumerable
rules this
return IEnumerable