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

Constructor to create an instance from the database

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

Syntax

C#
public OCUser Populate(
	OCServiceType ost,
	int userDetailId
)
Visual Basic (Declaration)
Public Function Populate ( _
	ost As OCServiceType, _
	userDetailId As Integer _
) As OCUser
Visual C++
public:
OCUser^ Populate(
	OCServiceType ost, 
	int userDetailId
)

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The service type object
userDetailId
Type: System..::.Int32
The unique id of the user detail

Return Value

Teh service user object

See Also