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

Adds this case to the database

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

Syntax

C#
public OCMap AddNewDb(
	int projectId,
	ref OCTrackerCase octc,
	OCTrackerFields fields,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	projectId As Integer, _
	ByRef octc As OCTrackerCase, _
	fields As OCTrackerFields, _
	session As ConfigureInfo _
) As OCMap
Visual C++
public:
OCMap^ AddNewDb(
	int projectId, 
	OCTrackerCase^% octc, 
	OCTrackerFields^ fields, 
	ConfigureInfo^ session
)

Parameters

projectId
Type: System..::.Int32
The project id where the case is to be added
octc
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerCase%
The service tracker case object
fields
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerFields
The tracker project field
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The OfficeClip map object

See Also