Click or drag to resize

MPInterfaceoGetListProjectsForTimeBooking Method

Returns a Generic.List of key pairs of projects for time keeping for a selected employee

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListProjectsForTimeBooking(
	string sEmployeeNumber
)

Parameters

sEmployeeNumber
Type: SystemString

Return Value

Type: ListclsKeyPair
Remarks
IN20140225 frist implementation
See Also