CRMCompetitor Class

The CRMCompetitor class contains methods that you can use to manage competitors.

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

The CRMCompetitor class exposes the following methods.

Method Description
Create Creates a competitor.
CreateAndRetrieve Creates a competitor and then retrieves it.
Delete Deletes a competitor.
Retrieve Retrieves a competitor.
RetrieveByObject Retrieves all the competitors associated with an object (product).
RetrieveByOrganization Retrieves all the competitors for an organization.
Update Updates an existing competitor.
UpdateAndRetrieve Updates an existing competitor and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.