SmartObjectFieldPart Constructor(SmartObject,String,Boolean)
See Also 
SourceCode.Workflow.Design Namespace > SmartObjectFieldPart Class > SmartObjectFieldPart Constructor : SmartObjectFieldPart Constructor(SmartObject,String,Boolean)



smartObject
The smart object.
methodName
Name of the method.
isListMethod
if set to true [is list method].

Glossary Item Box

Initializes a new instance of the SmartObjectFieldPart class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal smartObject As SourceCode.SmartObjects.Client.SmartObject, _
   ByVal methodName As String, _
   ByVal isListMethod As Boolean _
)
Visual Basic (Usage)Copy Code
Dim smartObject As SourceCode.SmartObjects.Client.SmartObject
Dim methodName As String
Dim isListMethod As Boolean
 
Dim instance As New SmartObjectFieldPart(smartObject, methodName, isListMethod)
C# 
public SmartObjectFieldPart( 
   SourceCode.SmartObjects.Client.SmartObject smartObject,
   string methodName,
   bool isListMethod
)
C++/CLI 
public:
SmartObjectFieldPart( 
   SourceCode.SmartObjects.Client.SmartObject^ smartObject,
   String^ methodName,
   bool isListMethod
)

Parameters

smartObject
The smart object.
methodName
Name of the method.
isListMethod
if set to true [is list method].

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