GuidToEntityReferenceConverter Class
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.
An IAttributeValueConverter for converting XRM EntityReference attributes to Guid.
public ref class GuidToEntityReferenceConverter : Microsoft::Xrm::Sdk::Data::Mappings::IAttributeValueConverter
public class GuidToEntityReferenceConverter : Microsoft.Xrm.Sdk.Data.Mappings.IAttributeValueConverter
type GuidToEntityReferenceConverter = class
interface IAttributeValueConverter
Public Class GuidToEntityReferenceConverter
Implements IAttributeValueConverter
- Inheritance
-
GuidToEntityReferenceConverter
- Implements
Constructors
GuidToEntityReferenceConverter(String) |
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. |