System.Activities.Presentation.Converters Namespace
.NET Framework (current version)
Provides classes related to converters.
| 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:
