Click or drag to resize
IService3LProTimegetAttestOverviewPerEmployeeForProject Method

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

[Missing <summary> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
List<EmployeeAttestOverview> getAttestOverviewPerEmployeeForProject(
	Session session,
	string project,
	DateTime start,
	DateTime end,
	bool getAttestedHours
)

Parameters

session
Type: _3LProServices.TimeServiceSession

[Missing <param name="session"/> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

project
Type: SystemString

[Missing <param name="project"/> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

start
Type: SystemDateTime

[Missing <param name="start"/> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

end
Type: SystemDateTime

[Missing <param name="end"/> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

getAttestedHours
Type: SystemBoolean

[Missing <param name="getAttestedHours"/> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

Return Value

Type: ListEmployeeAttestOverview

[Missing <returns> documentation for "M:_3LProServices.TimeService.IService3LProTime.getAttestOverviewPerEmployeeForProject(_3LProServices.TimeService.Session,System.String,System.DateTime,System.DateTime,System.Boolean)"]

See Also