CRMDiscount Class

The CRMDiscount class contains methods that you can use to manage discounts.

There are no properties for this class.

For more information about using XML, see XML Document Object Model.

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMDiscount
[Visual Basic .NET]
Public Class CRMDiscount
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMDiscount : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMDiscount: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMDiscount class exposes the following methods.

Method Description
Create Creates a new discount.
CreateAndRetrieve Creates a discount and then retrieves it.
Delete Deletes a discount.
Retrieve Retrieves a discount.
RetrieveByObject Retrieves all discounts that are associated with an object (discount type).
Update Updates a discount.
UpdateAndRetrieve Updates a discount and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.