CRMEntityConverter 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.
Represents the 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 entity.
public ref class CRMEntityConverter : System::Windows::Data::IValueConverter
public class CRMEntityConverter : System.Windows.Data.IValueConverter
type CRMEntityConverter = class
interface IValueConverter
Public Class CRMEntityConverter
Implements IValueConverter
- Inheritance
-
CRMEntityConverter
- Implements
Constructors
CRMEntityConverter() |
Initializes new instance of the CRMEntityConverter class. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Provides combo box values from a given entity. |
ConvertBack(Object, Type, Object, CultureInfo) |
Converts combo box values to entity values. |