Share via


CRMQuoteDetail Class

The CRMQuoteDetail class contains methods that you can use to manage quote details.

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

The CRMQuoteDetail class exposes the following methods.

Method Description
Create Creates a quote detail.
CreateAndRetrieve Creates a quote detail and then retrieves it.
Delete Deletes a quote detail.
GetQuantityDecimal Retrieves the quantity decimal value for a product.
Retrieve Retrieves a quote detail.
RetrieveByObject Retrieves all quote details that are associated with an object (quote).
Update Updates a quote detail.
UpdateAndRetrieve Updates a quote detail and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.