Share via


CRMContractDetail Class

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

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.