Click or drag to resize
ProjectAttestOverview Constructor

[This is preliminary documentation and is subject to change.]

Konstruktor

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public ProjectAttestOverview(
	TimeProject timeProject,
	decimal summedHours,
	decimal summedHoursToBill,
	List<AttestOverviewRow> attestOverviewRow,
	List<TimeRow> timeRows
)

Parameters

timeProject
Type: _3LProServices.TimeServiceTimeProject
Projektet
summedHours
Type: SystemDecimal
Antal timmar
summedHoursToBill
Type: SystemDecimal
Antal fakturerbara timmar
attestOverviewRow
Type: System.Collections.GenericListAttestOverviewRow
Översiktsrader att attestera
timeRows
Type: System.Collections.GenericListTimeRow
Tidrader att attester
See Also