BuildServiceItemObject Method
See Also 
SourceCode.Workflow.Design.SmartObjectServices Namespace > WorkflowService Class : BuildServiceItemObject Method



process
The process.
association
The association.
mappings
The mappings.
useSmartObjectServicesDesignerMapping
if set to true [use smart object services designer mapping].
smartObjectCreation
The smart object creation.

Glossary Item Box

Builds the service item object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function BuildServiceItemObject( _
   ByVal process As Process, _
   ByVal association As PersistableObjectList(Of Association), _
   ByVal mappings As SmartObjectServicesDesignerMappingCollection, _
   ByVal useSmartObjectServicesDesignerMapping As Boolean, _
   ByVal smartObjectCreation As SmartObjectCreation _
) As SourceCode.Workflow.Common.DeploymentDataObjects.SmartObjectServices.ServiceItem
Visual Basic (Usage)Copy Code
Dim instance As WorkflowService
Dim process As Process
Dim association As PersistableObjectList(Of Association)
Dim mappings As SmartObjectServicesDesignerMappingCollection
Dim useSmartObjectServicesDesignerMapping As Boolean
Dim smartObjectCreation As SmartObjectCreation
Dim value As SourceCode.Workflow.Common.DeploymentDataObjects.SmartObjectServices.ServiceItem
 
value = instance.BuildServiceItemObject(process, association, mappings, useSmartObjectServicesDesignerMapping, smartObjectCreation)
C# 
public override SourceCode.Workflow.Common.DeploymentDataObjects.SmartObjectServices.ServiceItem BuildServiceItemObject( 
   Process process,
   PersistableObjectList<Association> association,
   SmartObjectServicesDesignerMappingCollection mappings,
   bool useSmartObjectServicesDesignerMapping,
   SmartObjectCreation smartObjectCreation
)
C++/CLI 
public:
SourceCode.Workflow.Common.DeploymentDataObjects.SmartObjectServices.ServiceItem^ BuildServiceItemObject( 
   Process^ process,
   PersistableObjectList<Association^>^ association,
   SmartObjectServicesDesignerMappingCollection^ mappings,
   bool useSmartObjectServicesDesignerMapping,
   SmartObjectCreation^ smartObjectCreation
) override 

Parameters

process
The process.
association
The association.
mappings
The mappings.
useSmartObjectServicesDesignerMapping
if set to true [use smart object services designer mapping].
smartObjectCreation
The smart object creation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also