IAttributeValueConverter Interface

Definition

Encapsulates a relationship between an AttributeTypeCode and a ClrType. Provides methods to convert object instances in both directions.

public interface class IAttributeValueConverter
public interface IAttributeValueConverter
type IAttributeValueConverter = interface
Public Interface IAttributeValueConverter
Derived

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