CRMUoMSchedule Class

The CRMUoMSchedule class contains methods that you can use to manage unit of measure schedules.

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
                  CRMUoMSchedule

[Visual Basic .NET]
Public Class CRMUoMSchedule
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMUoMSchedule : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMUoMSchedule: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMUoMSchedule class exposes the following methods.

Method Description
Create Creates a unit of measure schedule.
CreateAndRetrieve Creates a unit of measure schedule and then retrieves it.
Delete Deletes a unit of measure schedule.
Retrieve Retrieves a unit of measure schedule.
RetrieveByOrganization Retrieves all unit of measure schedules that are associated with an organization.
Update Updates a unit of measure schedule.
UpdateAndRetrieve Updates a unit of measure schedule and then retrieves it.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.