Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal smartObject As SourceCode.SmartObjects.Client.SmartObject, _ ByVal methodName As String, _ ByVal isListMethod As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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].
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