BizMerchant Class

The BizMerchant class contains methods that you can use to manage business units.

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

The BizMerchant class exposes the following methods.

Method Description
ChangeName Changes business unit name.
Create Creates a child business unit and a user in the child business unit.
CreateAndRetrieve Creates a child business unit and a user in the child business unit, and then retrieves the newly created business unit and user information.
Disable Disables a business unit and all its child business units.
Enable Enables a previously disabled business unit and all its child business units.
Retrieve Retrieves business unit information.
RetrieveAllTeams Retrieves all teams in the specified business unit hierarchy.
RetrieveAllUsers Retrieves all users in the specified business unit hierarchy.
RetrieveBusinessHierarchy Retrieves all business units in the business unit hierarchy.
RetrieveChildBusinesses Retrieves all child business units in the specified business unit hierarchy.
RetrieveMerchant Retrieves the business information for the root business unit.
RetrieveOrganization Retrieves information for an organization.
RetrieveParent Retrieves parent business unit information for a business unit.
RetrieveSubBusinesses Retrieves the child business units of a business unit.
RetrieveSubsidiaryTeams Retrieves all team information from child business units of the specified business unit.
RetrieveSubsidiaryUsers Retrieves all user information from child business units of the specified business unit.
RetrieveTeams Retrieves the teams in the given business unit.
RetrieveUsers Retrieves the users in the given business unit.
SetInheritanceMask Sets the inheritance mask for a business unit.
SetParent Moves the specified child business unit to a parent of another business unit.
Update Updates business information.
UpdateAndRetrieve Updates business information and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.