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

The service constructor

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

Syntax

C#
public OCService(
	OCServiceType ost,
	int primaryId
)
Visual Basic (Declaration)
Public Sub New ( _
	ost As OCServiceType, _
	primaryId As Integer _
)
Visual C++
public:
OCService(
	OCServiceType ost, 
	int primaryId
)

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The service type, determines the type of the object
primaryId
Type: System..::.Int32
The primary id of the service type

See Also