Share via


CRMProductPriceLevel Class

The CRMProductPriceLevel class contains methods that you can use to manage product price levels.

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
                  CRMProductPriceLevel
[Visual Basic .NET]
Public Class CRMProductPriceLevel
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMProductPriceLevel : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMProductPriceLevel: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMProductPriceLevel class exposes the following methods.

Method Description
Create Creates a new product price level.
CreateAndRetrieve Creates a product price level and then retrieves it.
Delete Deletes a product price level.
Retrieve Retrieves a product price level.
RetrieveByObject Retrieves all product price levels that are associated with an object (product or price level).
Update Updates a product price level.
UpdateAndRetrieve Updates a product price level object and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.