Condividi tramite


Classe OrganizationRequest

Si applica a: CRM 2015 on-prem, CRM Online

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

Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
<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

Note

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.

Gerarchia ereditarietà

System.Object
  Microsoft.Xrm.Sdk.OrganizationRequest
     Classi derivate

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Membri OrganizationRequest
Spazio dei nomi Microsoft.Xrm.Sdk
OrganizationResponse

Altre risorse

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

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