Click or drag to resize
EmployeeAttestOverview 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 EmployeeAttestOverview(
	int employeeId,
	string employeeName,
	decimal summedHours,
	decimal summedHoursToBill,
	decimal diffReportedHours,
	List<AttestOverviewRow> attestOverviewRow,
	List<TimeRow> timeRows
)

Parameters

employeeId
Type: SystemInt32

[Missing <param name="employeeId"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

employeeName
Type: SystemString

[Missing <param name="employeeName"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

summedHours
Type: SystemDecimal

[Missing <param name="summedHours"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

summedHoursToBill
Type: SystemDecimal

[Missing <param name="summedHoursToBill"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

diffReportedHours
Type: SystemDecimal

[Missing <param name="diffReportedHours"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

attestOverviewRow
Type: System.Collections.GenericListAttestOverviewRow

[Missing <param name="attestOverviewRow"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

timeRows
Type: System.Collections.GenericListTimeRow

[Missing <param name="timeRows"/> documentation for "M:_3LProServices.TimeService.EmployeeAttestOverview.#ctor(System.Int32,System.String,System.Decimal,System.Decimal,System.Decimal,System.Collections.Generic.List{_3LProServices.TimeService.AttestOverviewRow},System.Collections.Generic.List{_3LProServices.TimeService.TimeRow})"]

See Also