SmartObjectServicesDesignerMapping Constructor(PersistableContainerObject)
See Also 
SourceCode.Workflow.Design.SmartObjectServices Namespace > SmartObjectServicesDesignerMapping Class > SmartObjectServicesDesignerMapping Constructor : SmartObjectServicesDesignerMapping Constructor(PersistableContainerObject)



container

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal container As PersistableContainerObject _
)
Visual Basic (Usage) Copy Code
Dim container As PersistableContainerObject
 
Dim instance As New SmartObjectServicesDesignerMapping(container)
C#  
public SmartObjectServicesDesignerMapping( 
   PersistableContainerObject container
)
C++/CLI  
public:
SmartObjectServicesDesignerMapping( 
   PersistableContainerObject^ container
)

Parameters

container

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