CRMPriceLevel Class

The CRMPriceLevel class contains methods that you can use to manage 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
                  CRMPriceLevel
[Visual Basic .NET]
Public Class CRMPriceLevel
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMPriceLevel : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMPriceLevel: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMPriceLevel class exposes the following methods.

Method Description
Activate Sets the state of a price level to Active.
Create Creates a price level.
CreateAndRetrieve Creates a price level and then retrieves it.
Deactivate Sets the state of a price level to Inactive
Delete Deletes a price level.
Retrieve Retrieves a price level.
RetrieveByObject Retrieves all price levels that are associated with an object (product).
RetrieveByOrganization Retrieves all price levels that are associated with an organization.
Update Updates a price level.
UpdateAndRetrieve Updates a price level and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.