CRMInvoiceDetail Class

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

The CRMInvoiceDetail class exposes the following methods.

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

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.