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

The constructor to create an instance.

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

Syntax

C#
public OCTrackerProject(
	OCTrackerFields fieldName,
	OCTrackerCase[] fieldValue,
	TrackerProjectInfo tpi
)
Visual Basic (Declaration)
Public Sub New ( _
	fieldName As OCTrackerFields, _
	fieldValue As OCTrackerCase(), _
	tpi As TrackerProjectInfo _
)
Visual C++
public:
OCTrackerProject(
	OCTrackerFields^ fieldName, 
	array<OCTrackerCase^>^ fieldValue, 
	TrackerProjectInfo^ tpi
)

Parameters

fieldName
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerFields
The array of the fields
fieldValue
Type: array<OfficeClip.BusinessLayer.Service..::.OCTrackerCase>[]()[]
The array of the cases
tpi
Type: OfficeClip.BusinessLayer.Tracker..::.TrackerProjectInfo
The tracker project information

See Also