CRMQuoteDetail Class

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

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

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.