OrganizationService Class

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

A wrapper class around the IOrganizationService that manages the details of setting up an OrganizationServiceProxy or other arbitrary IOrganizationService objects. When paired with an OrganizationServiceCache object, becomes a cached service. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

System::Object
  Microsoft.Xrm.Client.Services::OrganizationService
    Microsoft.Xrm.Client.Services::CachedOrganizationService

public ref class OrganizationService : IDisposable, IOrganizationService, 
	IInitializable

NameDescription
System_CAPS_pubmethodOrganizationService(CrmConnection^)

Initializes a new instance of the OrganizationService class.

System_CAPS_pubmethodOrganizationService(IOrganizationService^)

Initializes a new instance of the OrganizationService class.

System_CAPS_pubmethodOrganizationService(String^)

Initializes a new instance of the OrganizationService class.

NameDescription
System_CAPS_pubpropertyInnerService

NameDescription
System_CAPS_pubmethodExecute<TResponse>(OrganizationRequest^)

Extensions to the core Execute method. (Developer Extensions)(Defined by OrganizationServiceExtensions.)

System_CAPS_pubmethodFetchXmlToQueryExpression(String^)

Extensions to the core FetchXmlToQueryExpressionRequest message. (Developer Extensions) (Developer Extensions)(Defined by OrganizationServiceExtensions.)

System_CAPS_pubmethodRetrieveEntity(RetrieveEntityRequest^)

Overloaded. (Defined by OrganizationServiceExtensions.)

System_CAPS_pubmethodRetrieveEntity(String^, EntityFilters, Boolean)

Overloaded. (Defined by OrganizationServiceExtensions.)

System_CAPS_pubmethodRetrieveMultiple(RetrieveMultipleRequest^)

Overloaded. Extensions to the core RetrieveMultiple method. (Developer Extensions)(Defined by OrganizationServiceExtensions.)

System_CAPS_pubmethodSerializeByJson(IEnumerable<Type^>^)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

© 2017 Microsoft. All rights reserved. Copyright

Show: