CRMUoM Class

The CRMUoM class contains methods that you can use to manage unit of measure objects.

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

The CRMUoM class exposes the following methods.

Method Description
Create Creates a unit of measure.
CreateAndRetrieve Creates a unit of measure and then retrieves it.
Delete Deletes a unit of measure.
Retrieve Retrieves a unit of measure.
RetrieveByObject Retrieves all units of measure that are associated with an object (unit of measure schedule).
RetrieveByProductPriceLevel Retrieves all units of measure that are associated with a product and price level combination.
Update Updates a unit of measure.
UpdateAndRetrieve Updates a unit of measure and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.