SmartObjectMethodSchema Constructor
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > SmartObjectMethodSchema Class : SmartObjectMethodSchema Constructor



xsn
ftObj
method
soMethodInputProps
soMethodReturnProps
soProperties

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal xsn As Solution, _
   ByVal ftObj As FormTemplateObject, _
   ByVal method As InfoPathSOMethod, _
   ByVal soMethodInputProps As SourceCode.SmartObjects.Client.PropertyReferenceCollection, _
   ByVal soMethodReturnProps As SourceCode.SmartObjects.Client.PropertyReferenceCollection, _
   ByVal soProperties As SourceCode.SmartObjects.Client.SmartPropertyCollection _
)
Visual Basic (Usage) Copy Code
Dim xsn As Solution
Dim ftObj As FormTemplateObject
Dim method As InfoPathSOMethod
Dim soMethodInputProps As SourceCode.SmartObjects.Client.PropertyReferenceCollection
Dim soMethodReturnProps As SourceCode.SmartObjects.Client.PropertyReferenceCollection
Dim soProperties As SourceCode.SmartObjects.Client.SmartPropertyCollection
 
Dim instance As New SmartObjectMethodSchema(xsn, ftObj, method, soMethodInputProps, soMethodReturnProps, soProperties)
C#  
public SmartObjectMethodSchema( 
   Solution xsn,
   FormTemplateObject ftObj,
   InfoPathSOMethod method,
   SourceCode.SmartObjects.Client.PropertyReferenceCollection soMethodInputProps,
   SourceCode.SmartObjects.Client.PropertyReferenceCollection soMethodReturnProps,
   SourceCode.SmartObjects.Client.SmartPropertyCollection soProperties
)
C++/CLI  
public:
SmartObjectMethodSchema( 
   Solution^ xsn,
   FormTemplateObject^ ftObj,
   InfoPathSOMethod^ method,
   SourceCode.SmartObjects.Client.PropertyReferenceCollection^ soMethodInputProps,
   SourceCode.SmartObjects.Client.PropertyReferenceCollection^ soMethodReturnProps,
   SourceCode.SmartObjects.Client.SmartPropertyCollection^ soProperties
)

Parameters

xsn
ftObj
method
soMethodInputProps
soMethodReturnProps
soProperties

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