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

Populates the object

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

Syntax

C#
public OCTrackerCase Populate(
	TrackerCaseInfo tci
)
Visual Basic (Declaration)
Public Function Populate ( _
	tci As TrackerCaseInfo _
) As OCTrackerCase
Visual C++
public:
OCTrackerCase^ Populate(
	TrackerCaseInfo^ tci
)

Parameters

tci
Type: OfficeClip.BusinessLayer.Tracker..::.TrackerCaseInfo
The tracker case information object

Return Value

The service tracker case object

See Also