CRMContractDetail Class

The CRMContractDetail class contains methods that you can use to manage application contract 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
                  CRMContractDetail

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

The CRMContractDetail class exposes the following methods.

Method Description
Cancel Sets the state a contract detail to Canceled.
Create Creates a new contract detail.
CreateAndRetrieve Creates a new contract detail and then retrieves it.
Delete Deletes a contract detail.
Expire Sets the state of a contract detail to Expired.
Retrieve Retrieves a contract detail by ID.
RetrieveByContract Retrieves the contract detail line items for the specified contract ID.
Update Updates a contract detail.
UpdateAndRetrieve Updates a contract 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.