CRMContractTemplate Class

The CRMContractTemplate class contains methods that you can use to manage application contract templates.

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
                  CRMContractTemplate
[Visual Basic .NET]
Public Class CRMContractTemplate
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMContractTemplate : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMContractTemplate: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMContractTemplate class exposes the following methods.

Method Description
Create Creates a new contract template.
CreateAndRetrieve Creates a new contract template and then retrieves it.
Delete Deletes a contract template.
Retrieve Retrieves a contract template by ID.
RetrieveByOrganization Retrieves all of the contract templates for the specified organization.
Update Updates a contract template.
UpdateAndRetrieve Updates a contract template and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.