OptionSetToEnumValueConverter Class

Definition

An IAttributeValueConverter for converting XRM OptionSetValue attributes to Enum.

public ref class OptionSetToEnumValueConverter : Microsoft::Xrm::Sdk::Data::Mappings::IAttributeValueConverter
public class OptionSetToEnumValueConverter : Microsoft.Xrm.Sdk.Data.Mappings.IAttributeValueConverter
type OptionSetToEnumValueConverter = class
    interface IAttributeValueConverter
Public Class OptionSetToEnumValueConverter
Implements IAttributeValueConverter
Inheritance
OptionSetToEnumValueConverter
Implements

Constructors

OptionSetToEnumValueConverter(Type)

Methods

ToExternal(Object)

Converts from the XRM attribute value to the equivalent external attribute value.

ToXrm(Object)

Converts from the external attribute value to the equivalent XRM attribute value.

Applies to