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

Constructor to load the values of the object

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

Syntax

C#
public OCTasks(
	int groupId,
	int userId,
	TaskInfo[] privateTaskInfos,
	TaskInfo[] groupTaskInfos
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	userId As Integer, _
	privateTaskInfos As TaskInfo(), _
	groupTaskInfos As TaskInfo() _
)
Visual C++
public:
OCTasks(
	int groupId, 
	int userId, 
	array<TaskInfo^>^ privateTaskInfos, 
	array<TaskInfo^>^ groupTaskInfos
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
privateTaskInfos
Type: array<OfficeClip.BusinessLayer.Desktop..::.TaskInfo>[]()[]
The array of the private task information
groupTaskInfos
Type: array<OfficeClip.BusinessLayer.Desktop..::.TaskInfo>[]()[]
The array of group task information

See Also