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

constructor to create the instance from the parts

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

Syntax

C#
public OCTrackerField(
	int id,
	string name,
	string type,
	ref DataSet ds,
	bool isMandatory
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	name As String, _
	type As String, _
	ByRef ds As DataSet, _
	isMandatory As Boolean _
)
Visual C++
public:
OCTrackerField(
	int id, 
	String^ name, 
	String^ type, 
	DataSet^% ds, 
	bool isMandatory
)

Parameters

id
Type: System..::.Int32
The field id
name
Type: System..::.String
The name of the field
type
Type: System..::.String
The type of the tracker field
ds
Type: System.Data..::.DataSet%
The dataset constains the description of the fields
isMandatory
Type: System..::.Boolean
true if the tracker field is mandatory

See Also