Skip to content

XMLListKeyDefinition

FoolRunning edited this page Jul 26, 2022 · 6 revisions

Description

The information for defining a list-level in an XML file

Properties

ListItemKeyExpression

XPathExpression ListItemKeyExpression

XPath expression which returns the primary key of list elements which uniquely identifies child elements to be merged.


Root

XPathExpression Root

XPath expression which matches root element of a list


Methods

XMLListKeyDefinition

XMLListKeyDefinition(string root, string listItemKeyExpression)

Parameter Description
root XPath expression which matches the root element of a list
listItemKeyExpression XPath expression which returns the primary key of list elements which uniquely identifies child elements to be merged.

XMLListKeyDefinition

XMLListKeyDefinition(XPathExpression root, XPathExpression listItemKeyExpression)

Parameter Description
root XPath expression which matches the root element of a list
listItemKeyExpression XPath expression which returns the primary key of list elements which uniquely identifies child elements to be merged.

This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally