Microsoft.Xrm.Sdk.Data.Converters Namespace
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.
Contains types for data conversions.
Classes
DefaultValueConverter |
An IAttributeValueConverter which performs no type conversion. |
GuidToEntityReferenceConverter |
An IAttributeValueConverter for converting XRM EntityReference attributes to Guid. |
MultiValuePicklistToIntValueConverter | |
OptionSetToEnumValueConverter |
An IAttributeValueConverter for converting XRM OptionSetValue attributes to Enum. |
OptionSetToIntValueConverter |
An IAttributeValueConverter for converting XRM OptionSetValue attributes to Int32. |
StringToGuidValueConverter |
An IAttributeValueConverter for converting XRM String attributes to Guid. |