CRMContractTemplate Class
The CRMContractTemplate class contains methods that you can use to manage application contract templates.
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
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.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also