ReadXmlValues Method

Summary

Fills this FormField from the XML string stored in values.

Syntax
C#
VB
C++
protected abstract void ReadXmlValues( 
   IXPathNavigable navigator, 
   IList<KeyValuePair<string, string>> values 
) 
  
Protected MustOverride Sub ReadXmlValues( _ 
   ByVal navigator As IXPathNavigable, _ 
   ByVal values As IList(Of KeyValuePair(Of String, String)) _ 
)  
protected: 
abstract void ReadXmlValues(  
   IXPathNavigable^ navigator, 
   IList<KeyValuePair<String^, String^>>^ values 
)  

Parameters

navigator
Provides an accessor to the System.Xml.XPath.XPathNavigator class.

values
A list of XML strings key values containing this FormField data.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly