[This is preliminary documentation and is subject to change.]
Constructor to load the values of the object
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public OCTasks( int groupId, int userId, OCTask[] privateTasks, OCTask[] groupTasks ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ groupId As Integer, _ userId As Integer, _ privateTasks As OCTask(), _ groupTasks As OCTask() _ ) |
Visual C++ |
---|
public: OCTasks( int groupId, int userId, array<OCTask^>^ privateTasks, array<OCTask^>^ groupTasks ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
- userId
- Type: System..::.Int32
The unique id of the user
- privateTasks
- Type: array<OfficeClip.BusinessLayer.Service..::.OCTask>[]()[]
The array of the OfficeClip Private Tasks
- groupTasks
- Type: array<OfficeClip.BusinessLayer.Service..::.OCTask>[]()[]
The array of teh OfficeClip Group Tasks