Skip to content

ElementParent Xaml Mapping condition

ldfallas edited this page Aug 17, 2015 · 2 revisions

Description

This condition succeeds if the parent of the current XAML element is the one specified with the ParentElementName and ParentElementNamespace.

Properties

​Property ​Usage ​Description
ParentElementName Required The name of the parent element to check
ParentElementNamespace Optional The namespace of the element to verify

Example

TODO

Notes

  • It is important to consider that the tree traversal process of the XAML mappings is in pre-order. This means that if the parent element had a rename operation applied to it then its effect is already applied when processing child nodes.

Overview

Writing mappings

Code Mapping Actions

Code Mapping Conditions

XAML mapping actions

XAML mapping conditions

Misc

Clone this wiki locally