Share via


CRMEntityConverter Class

Definition

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.

Applies to