[This is preliminary documentation and is subject to change.]
            Constructor to create an instance from the database
            
    Namespace: 
   OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
 Syntax
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






