-
Notifications
You must be signed in to change notification settings - Fork 5
Glossary
C# and Visual Basic language feature to support asynchronous programming. See https://msdn.microsoft.com/en-us/library/hh191443.aspx .
The expression or expression used as the input of method or constructor call. See Parameters vs argumentshttps://en.wikipedia.org/wiki/Parameter_(computer_programming)#Parameters_and_arguments.
https://en.wikipedia.org/wiki/Parameter_(computer_programming)#Parameters_and_arguments
A the Xaml property that is assigned with the content of a xml element.
This is a XAML concept see https://msdn.microsoft.com/en-us/library/hh700351.aspx#XAML_CONTENT_PROPERTIES for more information.
Syntactic element that evaluate to a single value. See the Expression section on the C# programming Guide (https://msdn.microsoft.com/en-us/library/ms173144.aspx)
A class or method that implements a functionality that is missing on the target platform. See the AddHelper Code Action .
Actions to be performed on a specific method call, property reference, property assignment, constructor invocation or type usage.
The definition of the input of method or constructor call. See Parameters vs argumentshttps://en.wikipedia.org/wiki/Parameter_(computer_programming)#Parameters_and_arguments.
Syntactic element that represents an action. See Statements section of the C# Programming Guide (https://msdn.microsoft.com/en-us/library/ms173143.aspx)
Contact us for more information
Overview
Writing mappings
Code Mapping Actions
- ActionSequence
- AddHelper
- AddNamespaceImport
- AddPreStatementFromTemplate
- CommentOut
- Conditional
- Keep Code Mapping Action
- MarkAsNotMapped
- RedirectCall
- RedirectCallToInnerMember
- RedirectIndexer
- RedirectProperty
- RemoveCurrentStatement
- RemoveParameter
- ReplaceClassUsage
- ReplaceMethodBodyWithTemplate
- ReplaceParameterDeclarationType
- ReplaceParameterMember
- ReplaceParameterValue
- ReplaceWithMethodCall
- ReplaceWithProperty
- ReplaceWithTemplate
Code Mapping Conditions
- AllConditionsApply
- ArgumentCount
- AssignName
- AssignNameToArgumentRange
- IsExpressionOfType
- IsStringLiteralMatchingRegex
- WithArgument
- WithAssignment
- WithAssignmentLeftSide
- WithAssignmentRightSide
- WithCalledMemberOwner
- WithCalledMethodExpression
- WithConstructorCall
- WithLambdaExpressionBody
- WithLambdaExpressionParameter
- WithLeftSideOfDottedAccess
- WithMemberInitValue
- WithMethodCall
XAML mapping actions
- ActionSequence
- AddStatementToConstructorFromTemplate
- BindPropertyValueElement Xaml mapping action
- ChangeEventHandlerEventArgsType
- CommentOutElement
- CommentOutProperty
- MarkAsNotMapped
- MoveValueToContentProperty
- RemoveNamespaceDeclaration
- RenameElement
- RenameProperty
- ReplaceAttributeValue
- ReplaceEventHandlerBodyWithTemplate
- ReplaceEventHandlerParameterMember
- ReplaceNamespaceDeclaration
- ReplacePropertyValueWithParentResource
- ReplaceStaticResourceWithThemeResource
- SetPropertyValueToComplexElement
- SetPropertyValueToSimpleValue
- WrapContent
XAML mapping conditions
Misc