WorkflowComboBoxConverter Class
Definition
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.
Convertor used by the action drop down combo box item( can be seen when one executes action directly from debugger) to provide combo box values from a given workflow.
public ref class WorkflowComboBoxConverter : System::Windows::Data::IValueConverter
public class WorkflowComboBoxConverter : System.Windows.Data.IValueConverter
type WorkflowComboBoxConverter = class
interface IValueConverter
Public Class WorkflowComboBoxConverter
Implements IValueConverter
- Inheritance
-
WorkflowComboBoxConverter
- Implements
Constructors
WorkflowComboBoxConverter() |
Initializes a new instance of the WorkflowComboBoxConverter class. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Provides combo box values from a given workflow. |
ConvertBack(Object, Type, Object, CultureInfo) |
Provides workflow values from combo box values. |