Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Activities.Presentation.Converters Namespace

.NET Framework (current version)
 

Provides classes related to converters.

ClassDescription
System_CAPS_pubclassArgumentToExpressionConverter

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.

System_CAPS_pubclassArgumentToExpressionModelItemConverter

Defines the mapping between arguments and expression model items and provides the functionality to convert between these objects.

System_CAPS_pubclassModelPropertyEntryToModelItemConverter

Used to convert UI property data into ModelItem and EditingContext objects that describe the UI property.

System_CAPS_pubclassModelPropertyEntryToOwnerActivityConverter

Converts a ModelPropertyEntry to a ModelItem that owns the property.

System_CAPS_pubclassModelToObjectValueConverter

Converts a ModelItem to the value of the inner object.

System_CAPS_pubclassObjectToModelValueConverter

Converts objects to model values.

Return to top
Show: