MapXmlField(String,XmlServiceObjectProperty,String,String,String,XmlMappingType) Method
See Also 
SourceCode.SmartObjects.Authoring Namespace > SmartObjectDefinition Class > MapXmlField Method : MapXmlField(String,XmlServiceObjectProperty,String,String,String,XmlMappingType) Method



value
xmlServiceObjectProperty
xpath
executionBlockName
methodName
xmlMappingType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub MapXmlField( _
   ByVal value As String, _
   ByVal xmlServiceObjectProperty As XmlServiceObjectProperty, _
   ByVal xpath As String, _
   ByVal executionBlockName As String, _
   ByVal methodName As String, _
   ByVal xmlMappingType As XmlMappingType _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectDefinition
Dim value As String
Dim xmlServiceObjectProperty As XmlServiceObjectProperty
Dim xpath As String
Dim executionBlockName As String
Dim methodName As String
Dim xmlMappingType As XmlMappingType
 
instance.MapXmlField(value, xmlServiceObjectProperty, xpath, executionBlockName, methodName, xmlMappingType)

Parameters

value
xmlServiceObjectProperty
xpath
executionBlockName
methodName
xmlMappingType

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