Describes the Type accelerators available for Microsoft.Xrm.Sdk classes.
Type accelerators are aliases for Microsoft.Xrm.Sdk classes. They allow you to access specific Microsoft.Xrm.Sdk classes without having to explicitly type the entire class name.
Accelerator | Full Class Name |
---|---|
dvmoney | Microsoft.Xrm.Sdk.Money |
dvchoicevalue | Microsoft.Xrm.Sdk.OptionSetValue |
dvrow | Microsoft.Xrm.Sdk.Entity |
dvreference | Microsoft.Xrm.Sdk.EntityReference |
dvlabel | Microsoft.Xrm.Sdk.Label |
dvchoiceoption | Microsoft.Xrm.Sdk.Metadata.OptionMetadata |