System.Activities.Presentation.Converters Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to converters.
Classes
ArgumentToExpressionConverter |
Defines the mapping between arguments and expressions and provides the functionality to convert between these objects. Typically, this converter is used declaratively when using an ExpressionTextBox in a custom activity designer. |
ArgumentToExpressionModelItemConverter |
Defines the mapping between arguments and expression model items and provides the functionality to convert between these objects. |
ModelPropertyEntryToModelItemConverter |
Used to convert UI property data into ModelItem and EditingContext objects that describe the UI property. |
ModelPropertyEntryToOwnerActivityConverter |
Converts a |
ModelToObjectValueConverter |
Converts a |
ObjectToModelValueConverter |
Converts objects to model values. |