CRMSalesOrderDetail Class

The CRMSalesOrderDetail class contains methods that you can use to manage sales order 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
                  CRMSalesOrderDetail

[Visual Basic .NET]
Public Class CRMSalesOrderDetail
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMSalesOrderDetail : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMSalesOrderDetail: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMSalesOrderDetail class exposes the following methods.

Method Description
Create Creates a sales order detail.
CreateAndRetrieve Creates a sales order detail and then retrieves it.
Delete Deletes a sales order detail.
GetQuantityDecimal Retrieves the quantity decimal value for the specified sales order, product and unit of measure.
Retrieve Retrieves a sales order detail.
RetrieveByObject Retrieves all sales order details that are associated with the specified object (sales order).
Update Updates a sales order detail.
UpdateAndRetrieve Updates a sales order 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.