OptionSetToIntValueConverter Class

Definition

An IAttributeValueConverter for converting XRM OptionSetValue attributes to Int32.

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

Constructors

OptionSetToIntValueConverter()

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