CRMDiscountType Class

The CRMDiscountType class contains methods that you can use to manage discount types.

There are no properties for this class.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMDiscountType

[Visual Basic .NET]
Public Class CRMDiscountType
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMDiscountType : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMDiscountType: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMDiscountType class exposes the following methods.

Method Description
Activate Activates a discount type.
Create Creates a new discount type.
CreateAndRetrieve Creates a discount type and then retrieves it.
Deactivate Deactivates a discount type.
Delete Deletes a discount type.
Retrieve Retrieves a discount type.
RetrieveByOrganization Retrieves all discount types that are associated with an organization.
Update Updates a discount type.
UpdateAndRetrieve Updates a discount type and then retrieves it.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.