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

Constructor to create an instance frm the database

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

Syntax

C#
public OCTrackerProject Populate(
	int projectId,
	int currentUserId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function Populate ( _
	projectId As Integer, _
	currentUserId As Integer, _
	currentGroupId As Integer _
) As OCTrackerProject
Visual C++
public:
OCTrackerProject^ Populate(
	int projectId, 
	int currentUserId, 
	int currentGroupId
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project
currentUserId
Type: System..::.Int32
The id of the current user
currentGroupId
Type: System..::.Int32
The id of the current group

See Also