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

Creates the DCAA string for logging history

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string createDCAAString(
	TimesheetDetailInfo tdi,
	bool isAdded,
	PayrollCategoryInfo[] pcis,
	DataTable dtClientProjects,
	ArrayList tasks,
	List<UserInfo> uInfos,
	int userId
)
Visual Basic (Declaration)
Protected Function createDCAAString ( _
	tdi As TimesheetDetailInfo, _
	isAdded As Boolean, _
	pcis As PayrollCategoryInfo(), _
	dtClientProjects As DataTable, _
	tasks As ArrayList, _
	uInfos As List(Of UserInfo), _
	userId As Integer _
) As String
Visual C++
protected:
String^ createDCAAString(
	TimesheetDetailInfo^ tdi, 
	bool isAdded, 
	array<PayrollCategoryInfo^>^ pcis, 
	DataTable^ dtClientProjects, 
	ArrayList^ tasks, 
	List<UserInfo^>^ uInfos, 
	int userId
)

Parameters

tdi
Type: OfficeClip.BusinessLayer.TE..::.TimesheetDetailInfo
isAdded
Type: System..::.Boolean
pcis
Type: array<OfficeClip.BusinessLayer.TE..::.PayrollCategoryInfo>[]()[]
dtClientProjects
Type: System.Data..::.DataTable
tasks
Type: System.Collections..::.ArrayList
uInfos
Type: System.Collections.Generic..::.List<(Of <(UserInfo>)>)
userId
Type: System..::.Int32

Return Value

See Also