Compartilhar via


Classe OrganizationRequest

Aplica-se a: CRM 2015 on-prem, CRM Online

Contains the data needed to execute a request and the base class for all organization requests.

Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<SuppressMessageAttribute("Microsoft.Security", "CA9881:ClassesShouldBeSealed", Justification:="This class need to be instantiated by clients and be able to derive from it.")> _
<DataContractAttribute(Name:="OrganizationRequest", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
<DefaultMemberAttribute("Item")> _
Public Class OrganizationRequest
    Implements IExtensibleDataObject
[SuppressMessageAttribute("Microsoft.Security", "CA9881:ClassesShouldBeSealed", Justification="This class need to be instantiated by clients and be able to derive from it.")] 
[DataContractAttribute(Name="OrganizationRequest", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")] 
[DefaultMemberAttribute("Item")] 
public class OrganizationRequest : IExtensibleDataObject

Comentários

This is the base class for all organization Web service requests. Pass an instance of a request class to the Execute method.

You can use this class, specifying the parameter collection. However, when you use the derived class, the parameter collection is created for you.

Hierarquia de Herança

System.Object
  Microsoft.Xrm.Sdk.OrganizationRequest
     Classes derivadas

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de OrganizationRequest
Namespace Microsoft.Xrm.Sdk
OrganizationResponse

Outros recursos

Use Messages (Request and Response Classes) with the Execute Method

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.