IAttributeValueConverter Interface
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.
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. |