Helper Code for Microsoft CRM Types

banner art

In the CrmSdkHelpers folder located in the Microsoft CRM SDK download file you will find a file called CrmSdkHelpers.cs and CrmSdkHelpers.vb. You can add the helper code to your solution to simplify the code you need to write using Microsoft CRM types and to have enumerations for attributes not provided in the WSDL.

The following CrmSdkHelpers classes are supported.

Class Description
CrmTypes Contains helper methods for instantiating Microsoft CRM types.
ActivityPartyType Specifies values for setting or comparing the activity type.
AdvancedFindStartupMode Specifies values for setting or comparing the advanced find startup mode.
CampaignActivityChannelType Specifies values for setting or comparing the campaign activity channel type.
CascadeOps Specifies values for setting or comparing the cascade operation type.
ContractAllotmentTypeCode Specifies values for setting or comparing the contract allotment type code.
CustomerAddressType Specifies values for setting or comparing the customer address type.
DeletionStateCode Specifies values for setting or comparing the deletion state code.
EmailDecisionReason Specifies values for setting or comparing the e-mail decision reason.
EventDirection Specifies values for setting or comparing the e-mail direction.
ExtentCode Specifies values for setting or comparing the calendar rule extent code.
InheritanceMask Specifies values for setting or comparing the inheritance mask.
ListType Specifies values for setting or comparing the marketing automation list type.
PriceMethod Specifies values for setting or comparing the pricing method.
PricingErrorCode Specifies values for setting or comparing the pricing error code.
PriorityCode Specifies values for setting or comparing the priority code.
QuantitySellingCode Specifies values for setting or comparing the quantity selling code.
QueueTypeCode Specifies values for setting or comparing the queue type code.
ResponseCode Specifies values for setting or comparing the campaign response code.
RoundingOption Specifies values for setting or comparing the rounding option.
RoundingPolicy Specifies values for setting or comparing the rounding policy.
SavedQueryType Specifies values for setting or comparing the saved query type.
TaskStatus Specifies values for setting or comparing the workflow task status.
WorkflowProcessType Specifies values for setting or comparing the workflow process type.

© 2007 Microsoft Corporation. All rights reserved.