[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 OCUsers Populate(
	OCServiceType priSerType,
	OCServiceType secSerType,
	int groupId
)
Visual Basic (Declaration)
Public Function Populate ( _
	priSerType As OCServiceType, _
	secSerType As OCServiceType, _
	groupId As Integer _
) As OCUsers
Visual C++
public:
OCUsers^ Populate(
	OCServiceType priSerType, 
	OCServiceType secSerType, 
	int groupId
)

Parameters

priSerType
Type: OfficeClip.Utils..::.OCServiceType
The primary service type object
secSerType
Type: OfficeClip.Utils..::.OCServiceType
Teh secondary service type object
groupId
Type: System..::.Int32
The unique id of the group

Return Value

Teh service user object

See Also