CRMProductPriceLevel Class

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

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
                  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.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.