This documentation is archived and is not being maintained.
System.Activities.Presentation.Converters Namespace
Visual Studio 2010
Provides converters for arguments, UI property data, and items in the editing model of the Windows Workflow Designer.
| Class | Description | |
|---|---|---|
![]() | 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 ModelPropertyEntry to a ModelItem that owns the property. |
![]() | ModelToObjectValueConverter | Converts a ModelItem to the value of the inner object. |
![]() | ObjectToModelValueConverter | Converts objects to model values. |
Show:
