CRMOpportunityProduct Class
The CRMOpportunityProduct class contains methods that you can use to manage opportunity products.
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
CRMOpportunityProduct
[Visual Basic .NET]
Public Class CRMOpportunityProduct
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMOpportunityProduct : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMOpportunityProduct: public System.Web.Services.Protocols.SoapHttpClientProtocol
The CRMOpportunityProduct class exposes the following methods.
Method | Description |
Create | Creates an opportunity product. |
CreateAndRetrieve | Creates an opportunity product and then retrieves it. |
Delete | Deletes an opportunity product. |
GetQuantityDecimal | Retrieves the quantity decimal value for a product. |
Retrieve | Retrieves an opportunity product. |
RetrieveByObject | Retrieves all opportunity products that are associated with an object (opportunity). |
Update | Updates an opportunity product. |
UpdateAndRetrieve | Updates an opportunity product and then retrieves it. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also