CachedOrganizationService Constructor
Applies To: Dynamics CRM 2013
Initializes a new instance of the CachedOrganizationService class.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
Name | Description | |
---|---|---|
CachedOrganizationService(CrmConnection) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(CrmConnection, IOrganizationServiceCache) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(IOrganizationService) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(IOrganizationService, IOrganizationServiceCache) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(IOrganizationService, String) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(String) | Initializes a new instance of the CachedOrganizationService class. |
|
CachedOrganizationService(String, IOrganizationServiceCache) | Initializes a new instance of the CachedOrganizationService class. |
See Also
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top