Compartir a través de


Clase de OrganizationRequest

Se aplica a: CRM 2015 on-prem, CRM Online

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

Espacio de nombres: Microsoft.Xrm.Sdk
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<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

Comentarios

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.

Jerarquía heredada

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

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Miembros de OrganizationRequest
Espacio de nombres de Microsoft.Xrm.Sdk
OrganizationResponse

Otros recursos

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

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